{ "private": false, "name": "insomnia-testing", "license": "Apache-2.0", "version": "2.5.1-beta.2", "author": "Kong ", "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" }