insomnia/packages/insomnia-common/package.json

32 lines
880 B
JSON
Raw Normal View History

{
"name": "insomnia-common",
2021-12-08 21:19:11 +00:00
"version": "2.4.1",
"homepage": "https://insomnia.rest",
"description": "Top-level entities and utilities 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 build",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:fix": "npm run lint -- --fix",
"clean": "tsc --build tsconfig.build.json --clean",
"prebuild": "npm run clean",
"build": "tsc --build tsconfig.build.json"
},
"devDependencies": {
"ajv": "^8.6.2",
"type-fest": "^1.0.2",
"typescript-json-schema": "^0.50.1"
}
}