apollo/packages/test-server/package.json
2025-03-08 21:12:47 +01:00

35 lines
781 B
JSON

{
"name": "test-server",
"type": "module",
"version": "4.0.0-alpha.16",
"private": true,
"bin": {
"test-server": "./bin.mjs"
},
"scripts": {
"build": "tsc -d",
"prepare": "pnpm run build"
},
"dependencies": {
"@apollo/server": "^4.7.3",
"@graphql-tools/schema": "^10.0.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.1",
"graphql": "^16.6.0",
"graphql-subscriptions": "^2.0.0",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.13.1",
"shortid": "^2.2.16",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/shortid": "^0.0.29",
"@types/ws": "^8.5.5",
"typescript": "^4.7.4"
}
}