2020-08-20 20:08:47 +00:00
|
|
|
{
|
2020-08-24 22:13:29 +00:00
|
|
|
"private": true,
|
2020-08-20 20:08:47 +00:00
|
|
|
"name": "insomnia-smoke-test",
|
2021-05-12 12:31:07 +00:00
|
|
|
"author": "Kong <office@konghq.com>",
|
2021-04-22 20:21:22 +00:00
|
|
|
"license": "Apache-2.0",
|
2021-04-28 20:50:33 +00:00
|
|
|
"version": "2.2.35",
|
2020-12-04 21:47:04 +00:00
|
|
|
"type": "module",
|
2020-08-20 20:08:47 +00:00
|
|
|
"scripts": {
|
2021-02-02 23:19:22 +00:00
|
|
|
"spectron:build": "cross-env BUNDLE=build xvfb-maybe jest --detectOpenHandles --testPathPattern core",
|
|
|
|
"spectron:package": "cross-env BUNDLE=package xvfb-maybe jest --detectOpenHandles --testPathPattern core",
|
2020-12-08 00:03:06 +00:00
|
|
|
"cli": "jest --detectOpenHandles --testPathPattern cli",
|
2020-12-07 20:12:50 +00:00
|
|
|
"serve": "node server/index.js",
|
2020-12-08 00:03:06 +00:00
|
|
|
"with-mock": "concurrently --names server,app --success first --kill-others \"npm run serve\"",
|
|
|
|
"test:cli": "npm run with-mock \"npm run cli\"",
|
2021-02-02 23:19:22 +00:00
|
|
|
"test:build": "npm run with-mock \"npm run spectron:build\"",
|
|
|
|
"test:package": "npm run with-mock \"npm run spectron:package\""
|
2020-08-20 20:08:47 +00:00
|
|
|
},
|
2021-02-25 20:39:59 +00:00
|
|
|
"jest": {
|
|
|
|
"setupFilesAfterEnv": [
|
|
|
|
"./__jest__/setup.js"
|
|
|
|
]
|
|
|
|
},
|
2020-08-20 20:08:47 +00:00
|
|
|
"devDependencies": {
|
2020-08-24 22:13:29 +00:00
|
|
|
"concurrently": "^5.3.0",
|
2020-08-20 20:08:47 +00:00
|
|
|
"cross-env": "^7.0.2",
|
2020-12-08 00:03:06 +00:00
|
|
|
"execa": "^5.0.0",
|
2020-12-07 20:12:50 +00:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"express-basic-auth": "^1.2.0",
|
2020-09-23 22:49:25 +00:00
|
|
|
"faker": "^5.1.0",
|
2020-12-08 00:03:06 +00:00
|
|
|
"get-bin-path": "^5.1.0",
|
2021-05-12 06:35:00 +00:00
|
|
|
"jest": "^26.6.3",
|
2021-02-25 20:39:59 +00:00
|
|
|
"mkdirp": "^1.0.4",
|
2020-08-20 20:08:47 +00:00
|
|
|
"spectron": "^11.1.0",
|
2020-08-24 20:40:40 +00:00
|
|
|
"spectron-keys": "0.0.1",
|
|
|
|
"xvfb-maybe": "^0.2.1"
|
2020-08-20 20:08:47 +00:00
|
|
|
}
|
|
|
|
}
|