mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-smoke-test",
|
|
"author": "Kong <office@konghq.com>",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/insomnia-smoke-test"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kong/insomnia/issues"
|
|
},
|
|
"version": "11.1.0",
|
|
"scripts": {
|
|
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
|
|
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",
|
|
"test:package": "xvfb-maybe cross-env BUNDLE=package playwright test",
|
|
"lint": "eslint . --ext .js,.ts,.tsx --cache",
|
|
"serve": "esr server/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.51.1",
|
|
"@ravanallc/grpc-server-reflection": "^0.1.6",
|
|
"@types/express": "^4.17.21",
|
|
"@types/oidc-provider": "^8.8.1",
|
|
"@types/uuid": "^9.0.8",
|
|
"@types/ws": "^8.18.1",
|
|
"cross-env": "^7.0.3",
|
|
"esbuild-runner": "2.2.2",
|
|
"express": "^4.21.2",
|
|
"express-basic-auth": "^1.2.1",
|
|
"graphql": "^16.10.0",
|
|
"graphql-http": "^1.22.4",
|
|
"http-errors": "^2.0.0",
|
|
"oidc-provider": "^8.8.1",
|
|
"statuses": "^2.0.1",
|
|
"toidentifier": "^1.0.1",
|
|
"uuid": "^9.0.1",
|
|
"ws": "^8.18.1",
|
|
"xvfb-maybe": "^0.2.1"
|
|
},
|
|
"description": "[](https://github.com/microsoft/playwright)",
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
"main": ".eslintrc.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
}
|
|
}
|