insomnia/packages/insomnia-testing/package.json
2022-03-09 13:21:56 +01:00

44 lines
1.2 KiB
JSON

{
"private": false,
"name": "insomnia-testing",
"license": "Apache-2.0",
"version": "2.5.2",
"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"
}