mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
b94367ffd8
This reverts commit 96265ae6b5
.
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-testing",
|
|
"license": "Apache-2.0",
|
|
"version": "2.4.1",
|
|
"author": "Kong <office@konghq.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/insomnia-testing"
|
|
},
|
|
"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 --cache",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"clean": "tsc --build tsconfig.build.json --clean",
|
|
"postclean": "rimraf dist",
|
|
"test": "jest",
|
|
"build": "webpack --config webpack.config.js --display errors-only",
|
|
"watch": "npm run build -- --watch",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.2.15",
|
|
"@types/mkdirp": "^1.0.1",
|
|
"@types/mocha": "^8.2.1",
|
|
"@types/webpack": "^4.41.26",
|
|
"ts-loader": "^8.2.0",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"dependencies": {
|
|
"chai": "^4.3.4",
|
|
"mkdirp": "^1.0.4",
|
|
"mocha": "^8.3.2"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|