insomnia/packages/insomnia-smoke-test/package.json
2024-07-04 13:12:37 +00:00

63 lines
2.0 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": "9.3.2",
"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",
"cli": "jest --detectOpenHandles --testPathPattern cli",
"serve": "esr server/index.ts",
"test:cli": "concurrently --names server,cli --success first --kill-others \"esr server/index.ts\" \"npm run cli\""
},
"devDependencies": {
"@grpc/grpc-js": "^1.10.10",
"@grpc/proto-loader": "^0.7.13",
"@jest/globals": "^29.7.0",
"@playwright/test": "1.43.0",
"@ravanallc/grpc-server-reflection": "^0.1.6",
"@types/concurrently": "^6.4.0",
"@types/express": "^4.17.21",
"@types/oidc-provider": "^8.4.4",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"esbuild-runner": "2.2.2",
"execa": "^5.0.0",
"express": "^4.19.2",
"express-basic-auth": "^1.2.1",
"graphql-http": "^1.22.0",
"faker": "^5.1.0",
"graphql": "^16.8.1",
"jest": "^29.7.0",
"oidc-provider": "^8.4.5",
"uuid": "^9.0.1",
"ws": "^8.16.0",
"xvfb-maybe": "^0.2.1"
},
"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",
"http-errors": "^2.0.0",
"statuses": "^2.0.1",
"toidentifier": "^1.0.1"
}
}