insomnia/packages/insomnia-testing/package.json
2021-04-22 11:14:08 +12:00

37 lines
889 B
JSON

{
"name": "insomnia-testing",
"version": "2.2.35-beta.3",
"main": "dist/index.js",
"scripts": {
"typecheck": "flow check",
"test": "jest",
"build": "webpack --config webpack.config.js --display errors-only",
"watch": "npm run build -- --watch",
"bootstrap": "npm run build",
"prepublish": "npm run build"
},
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/__tests__/**/*.test.js"
],
"verbose": false,
"resetMocks": true,
"resetModules": true
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"jest": "^26.0.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"axios": "^0.21.1",
"chai": "^4.2.0",
"mkdirp": "^1.0.4",
"mocha": "^8.0.1"
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
}