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-05-13 11:31:33 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-08-09 22:14:16 +00:00
|
|
|
"url": "git+https://github.com/Kong/insomnia.git",
|
2021-05-13 11:31:33 +00:00
|
|
|
"directory": "packages/insomnia-smoke-test"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kong/insomnia/issues"
|
|
|
|
},
|
2024-06-05 16:34:35 +00:00
|
|
|
"version": "9.3.0-alpha.8",
|
2020-08-20 20:08:47 +00:00
|
|
|
"scripts": {
|
2022-01-19 11:06:28 +00:00
|
|
|
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
|
2021-12-17 12:05:14 +00:00
|
|
|
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",
|
|
|
|
"test:package": "xvfb-maybe cross-env BUNDLE=package playwright test",
|
2020-12-08 00:03:06 +00:00
|
|
|
"cli": "jest --detectOpenHandles --testPathPattern cli",
|
2022-10-21 14:41:00 +00:00
|
|
|
"serve": "esr server/index.ts",
|
|
|
|
"test:cli": "concurrently --names server,cli --success first --kill-others \"esr server/index.ts\" \"npm run cli\""
|
2020-08-20 20:08:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-05 15:18:38 +00:00
|
|
|
"@grpc/grpc-js": "^1.10.6",
|
|
|
|
"@grpc/proto-loader": "^0.7.12",
|
2024-01-29 12:49:07 +00:00
|
|
|
"@jest/globals": "^29.7.0",
|
2024-04-05 15:42:41 +00:00
|
|
|
"@playwright/test": "1.43.0",
|
2022-12-15 12:38:22 +00:00
|
|
|
"@ravanallc/grpc-server-reflection": "^0.1.6",
|
2024-01-29 12:55:11 +00:00
|
|
|
"@types/concurrently": "^6.4.0",
|
|
|
|
"@types/express": "^4.17.21",
|
2024-04-04 12:48:56 +00:00
|
|
|
"@types/oidc-provider": "^8.4.4",
|
2024-01-29 12:55:11 +00:00
|
|
|
"@types/uuid": "^9.0.8",
|
|
|
|
"@types/ws": "^8.5.10",
|
2022-02-02 16:21:25 +00:00
|
|
|
"concurrently": "^7.0.0",
|
2022-03-18 15:41:46 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2023-05-30 09:56:51 +00:00
|
|
|
"esbuild-runner": "2.2.2",
|
2020-12-08 00:03:06 +00:00
|
|
|
"execa": "^5.0.0",
|
2024-04-04 12:48:56 +00:00
|
|
|
"express": "^4.19.2",
|
|
|
|
"express-basic-auth": "^1.2.1",
|
|
|
|
"graphql-http": "^1.22.0",
|
2020-09-23 22:49:25 +00:00
|
|
|
"faker": "^5.1.0",
|
2024-04-04 12:48:56 +00:00
|
|
|
"graphql": "^16.8.1",
|
2024-01-29 12:49:07 +00:00
|
|
|
"jest": "^29.7.0",
|
2024-04-05 15:22:10 +00:00
|
|
|
"oidc-provider": "^8.4.5",
|
|
|
|
"uuid": "^9.0.1",
|
2024-04-04 12:48:56 +00:00
|
|
|
"ws": "^8.16.0",
|
2020-08-24 20:40:40 +00:00
|
|
|
"xvfb-maybe": "^0.2.1"
|
2023-08-09 22:14:16 +00:00
|
|
|
},
|
|
|
|
"description": "[![Playwright](https://img.shields.io/badge/playwright-blue.svg?style=for-the-badge&logo=playwright)](https://github.com/microsoft/playwright)",
|
|
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
|
|
"main": ".eslintrc.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "docs",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"depd": "^1.1.2",
|
2024-04-04 12:48:56 +00:00
|
|
|
"http-errors": "^2.0.0",
|
|
|
|
"statuses": "^2.0.1",
|
|
|
|
"toidentifier": "^1.0.1"
|
2020-08-20 20:08:47 +00:00
|
|
|
}
|
|
|
|
}
|