mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "apollo-server-express",
|
|
"version": "2.0.0-rc.2",
|
|
"description": "Production-ready Node.js GraphQL server for Express and Connect",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"prepublish": "npm run compile"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-express"
|
|
},
|
|
"keywords": [
|
|
"GraphQL",
|
|
"Apollo",
|
|
"Server",
|
|
"Express",
|
|
"Connect",
|
|
"Javascript"
|
|
],
|
|
"author": "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": {
|
|
"@types/accepts": "^1.3.5",
|
|
"@types/body-parser": "1.17.0",
|
|
"@types/cors": "^2.8.4",
|
|
"@types/express": "4.16.0",
|
|
"accepts": "^1.3.5",
|
|
"apollo-server-core": "^2.0.0-rc.2",
|
|
"apollo-upload-server": "^5.0.0",
|
|
"body-parser": "^1.18.3",
|
|
"cors": "^2.8.4",
|
|
"graphql-playground-middleware-express": "^1.7.0",
|
|
"type-is": "^1.6.16"
|
|
},
|
|
"devDependencies": {
|
|
"@types/connect": "3.4.32",
|
|
"@types/multer": "1.3.6",
|
|
"apollo-datasource-rest": "^2.0.0-rc.2",
|
|
"apollo-server-integration-testsuite": "^2.0.0-rc.2",
|
|
"connect": "3.6.6",
|
|
"express": "4.16.3",
|
|
"form-data": "^2.3.2",
|
|
"graphql-playground-html": "^1.6.0",
|
|
"multer": "1.3.0",
|
|
"node-fetch": "^2.1.2",
|
|
"qs-middleware": "^1.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"typescript": {
|
|
"definition": "dist/index.d.ts"
|
|
}
|
|
}
|