mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"private": false,
|
|
"name": "insomnia-config",
|
|
"version": "3.1.0-beta.2",
|
|
"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 --cache",
|
|
"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": {
|
|
"@apideck/better-ajv-errors": "^0.2.6",
|
|
"ajv": "^8.6.2",
|
|
"insomnia-common": "3.1.0-beta.2"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^28.1.0",
|
|
"ts-node": "^10.2.1",
|
|
"typescript": "^4.5.5",
|
|
"typescript-json-schema": "^0.50.1"
|
|
}
|
|
}
|