12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "apollo-server-express",
- "version": "2.26.2",
- "description": "Production-ready Node.js GraphQL server for Express and Connect",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "repository": {
- "type": "git",
- "url": "https://github.com/apollographql/apollo-server",
- "directory": "packages/apollo-server-express"
- },
- "keywords": [
- "GraphQL",
- "Apollo",
- "Server",
- "Express",
- "Connect",
- "Javascript"
- ],
- "author": "Apollo <opensource@apollographql.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/apollographql/apollo-server/issues"
- },
- "homepage": "https://github.com/apollographql/apollo-server#readme",
- "engines": {
- "node": ">=6"
- },
- "dependencies": {
- "@apollographql/graphql-playground-html": "1.6.27",
- "@types/accepts": "^1.3.5",
- "@types/body-parser": "1.19.0",
- "@types/cors": "2.8.10",
- "@types/express": "^4.17.12",
- "@types/express-serve-static-core": "^4.17.21",
- "accepts": "^1.3.5",
- "apollo-server-core": "^2.26.2",
- "apollo-server-types": "^0.10.0",
- "body-parser": "^1.18.3",
- "cors": "^2.8.5",
- "express": "^4.17.1",
- "graphql-subscriptions": "^1.0.0",
- "graphql-tools": "^4.0.8",
- "parseurl": "^1.3.2",
- "subscriptions-transport-ws": "^0.9.19",
- "type-is": "^1.6.16"
- },
- "devDependencies": {
- "apollo-server-integration-testsuite": "^2.26.2"
- },
- "peerDependencies": {
- "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
- },
- "gitHead": "8fbc66cded6549d5a61433c9fed26775e60e0648"
- }
|