2021-10-14 14:59:45 +00:00
|
|
|
{
|
|
|
|
"name": "insomnia-config",
|
2021-10-15 00:12:49 +00:00
|
|
|
"version": "2.3.3-alpha.4",
|
2021-10-14 14:59:45 +00:00
|
|
|
"homepage": "https://insomnia.rest",
|
|
|
|
"description": "Configuration for Insomnia",
|
|
|
|
"author": "Kong <office@konghq.com>",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "packages/insomnia-config"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kong/insomnia/issues"
|
|
|
|
},
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"bootstrap": "npm run generate",
|
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx",
|
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"test": "jest",
|
|
|
|
"pregenerate": "npm run build",
|
|
|
|
"generate": "ts-node ./src/generated/generate.ts",
|
|
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
|
|
"prebuild": "npm run clean",
|
|
|
|
"build": "tsc --build tsconfig.build.json"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-10-15 00:12:49 +00:00
|
|
|
"insomnia-common": "2.3.3-alpha.4"
|
2021-10-14 14:59:45 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"ajv": "^8.6.2",
|
|
|
|
"ajv-errors": "^3.0.0",
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"ts-node": "^10.2.1",
|
|
|
|
"typescript-json-schema": "^0.50.1"
|
|
|
|
}
|
|
|
|
}
|