2020-06-11 23:44:12 +00:00
|
|
|
{
|
2020-07-01 23:28:05 +00:00
|
|
|
"name": "insomnia-inso",
|
2020-07-01 23:39:48 +00:00
|
|
|
"version": "2.2.13",
|
2020-06-11 23:44:12 +00:00
|
|
|
"bin": {
|
|
|
|
"inso": "bin/inso"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"typecheck": "",
|
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watch",
|
|
|
|
"test:snapshots": "npm run build && jest -u",
|
|
|
|
"start": "npm run build:watch",
|
2020-06-30 19:36:15 +00:00
|
|
|
"build": "webpack --config webpack.config.js --display errors-only",
|
2020-06-11 23:44:12 +00:00
|
|
|
"build:watch": "npm run build -- --watch",
|
|
|
|
"bootstrap": "npm run build",
|
|
|
|
"prepublish": "npm run build"
|
|
|
|
},
|
|
|
|
"jest": {
|
2020-06-30 19:36:15 +00:00
|
|
|
"setupFiles": [
|
|
|
|
"./__jest__/setup.js"
|
|
|
|
],
|
2020-06-11 23:44:12 +00:00
|
|
|
"testMatch": [
|
|
|
|
"**/__tests__/**/*.test.js"
|
|
|
|
],
|
|
|
|
"verbose": false,
|
|
|
|
"resetMocks": true,
|
|
|
|
"resetModules": true
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.9.0",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
|
|
|
|
"@babel/preset-env": "^7.10.2",
|
|
|
|
"@babel/preset-flow": "^7.10.1",
|
|
|
|
"execa": "^4.0.2",
|
|
|
|
"flow-bin": "^0.126.1",
|
|
|
|
"get-bin-path": "^5.1.0",
|
|
|
|
"jest": "^26.0.1",
|
2020-06-30 19:36:15 +00:00
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"webpack": "^4.43.0",
|
|
|
|
"webpack-cli": "^3.3.12",
|
|
|
|
"webpack-node-externals": "^1.7.2"
|
2020-06-11 23:44:12 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-06-30 00:00:33 +00:00
|
|
|
"@stoplight/spectral": "^5.4.0",
|
2020-06-11 23:44:12 +00:00
|
|
|
"commander": "^5.1.0",
|
2020-06-30 06:27:21 +00:00
|
|
|
"enquirer": "^2.3.5",
|
|
|
|
"env-paths": "^2.2.0",
|
2020-06-30 19:36:15 +00:00
|
|
|
"insomnia-plugin-base64": "^2.2.10",
|
|
|
|
"insomnia-plugin-cookie-jar": "^2.2.10",
|
2020-07-01 23:29:00 +00:00
|
|
|
"insomnia-plugin-core-themes": "^2.2.12",
|
2020-06-30 19:36:15 +00:00
|
|
|
"insomnia-plugin-file": "^2.2.10",
|
|
|
|
"insomnia-plugin-hash": "^2.2.10",
|
|
|
|
"insomnia-plugin-jsonpath": "^2.2.10",
|
|
|
|
"insomnia-plugin-now": "^2.2.10",
|
|
|
|
"insomnia-plugin-os": "^2.2.10",
|
|
|
|
"insomnia-plugin-prompt": "^2.2.10",
|
2020-07-01 23:29:00 +00:00
|
|
|
"insomnia-plugin-request": "^2.2.12",
|
2020-06-30 19:36:15 +00:00
|
|
|
"insomnia-plugin-response": "^2.2.10",
|
|
|
|
"insomnia-plugin-uuid": "^2.2.10",
|
2020-07-01 23:39:48 +00:00
|
|
|
"insomnia-send-request": "^2.2.13",
|
2020-07-01 23:29:00 +00:00
|
|
|
"insomnia-testing": "^2.2.12",
|
2020-06-30 06:27:21 +00:00
|
|
|
"nedb": "^1.8.0",
|
2020-07-01 23:29:00 +00:00
|
|
|
"openapi-2-kong": "^2.2.12",
|
2020-06-11 23:44:12 +00:00
|
|
|
"yaml": "^1.10.0"
|
|
|
|
}
|
|
|
|
}
|