2020-06-18 00:21:52 +00:00
|
|
|
{
|
2021-12-22 20:43:30 +00:00
|
|
|
"private": true,
|
2020-06-18 00:21:52 +00:00
|
|
|
"name": "insomnia-testing",
|
2021-04-22 20:21:22 +00:00
|
|
|
"license": "Apache-2.0",
|
2022-03-01 14:24:59 +00:00
|
|
|
"version": "2.5.0",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2021-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
|
|
"directory": "packages/insomnia-testing"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
|
|
},
|
2020-06-18 00:21:52 +00:00
|
|
|
"main": "dist/index.js",
|
2021-05-12 06:35:00 +00:00
|
|
|
"types": "dist/index.d.ts",
|
2020-06-18 00:21:52 +00:00
|
|
|
"scripts": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"bootstrap": "npm run build",
|
2021-12-10 23:10:20 +00:00
|
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
2021-05-12 06:35:00 +00:00
|
|
|
"lint:fix": "npm run lint -- --fix",
|
|
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
|
|
"postclean": "rimraf dist",
|
2020-06-18 00:21:52 +00:00
|
|
|
"test": "jest",
|
|
|
|
"build": "webpack --config webpack.config.js --display errors-only",
|
2020-06-29 21:54:12 +00:00
|
|
|
"watch": "npm run build -- --watch",
|
2020-06-18 00:21:52 +00:00
|
|
|
"prepublish": "npm run build"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"@types/chai": "^4.2.15",
|
2021-05-18 21:21:52 +00:00
|
|
|
"@types/mkdirp": "^1.0.1",
|
2021-05-12 06:35:00 +00:00
|
|
|
"@types/mocha": "^8.2.1",
|
|
|
|
"@types/webpack": "^4.41.26",
|
|
|
|
"ts-loader": "^8.2.0",
|
2020-06-18 00:21:52 +00:00
|
|
|
"webpack": "^4.42.1",
|
|
|
|
"webpack-cli": "^3.3.11"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-12 06:35:00 +00:00
|
|
|
"chai": "^4.3.4",
|
2021-05-18 21:21:52 +00:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-05-12 06:35:00 +00:00
|
|
|
"mocha": "^8.3.2"
|
2020-07-01 23:28:05 +00:00
|
|
|
},
|
|
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
2020-06-18 00:21:52 +00:00
|
|
|
}
|