2017-07-17 16:29:40 -07:00
|
|
|
{
|
|
|
|
"name": "apollo-server-express",
|
2018-05-22 11:16:59 -07:00
|
|
|
"version": "2.0.0-beta.1",
|
2018-03-26 17:20:44 +03:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Express and Connect",
|
2017-07-17 16:29:40 -07:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc",
|
|
|
|
"prepublish": "npm run compile"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-03-26 17:20:44 +03:00
|
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-express"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Server",
|
|
|
|
"Express",
|
|
|
|
"Connect",
|
|
|
|
"Javascript"
|
|
|
|
],
|
2018-05-01 06:09:48 -07:00
|
|
|
"author": "opensource@apollographql.com",
|
2017-07-17 16:29:40 -07:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
|
|
"dependencies": {
|
2018-05-01 06:09:48 -07:00
|
|
|
"@types/accepts": "^1.3.5",
|
|
|
|
"accepts": "^1.3.5",
|
2018-05-22 11:16:59 -07:00
|
|
|
"apollo-server-core": "2.0.0-beta.1",
|
2018-05-01 06:09:48 -07:00
|
|
|
"apollo-server-module-graphiql": "^1.3.4",
|
2018-05-29 15:58:52 -07:00
|
|
|
"apollo-upload-server": "^5.0.0",
|
2018-05-20 03:52:54 -07:00
|
|
|
"body-parser": "^1.18.3",
|
2018-05-01 06:09:48 -07:00
|
|
|
"cors": "^2.8.4",
|
2018-05-20 03:52:54 -07:00
|
|
|
"graphql-playground-middleware-express": "^1.6.2"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-04-25 06:52:45 +00:00
|
|
|
"@types/body-parser": "1.17.0",
|
2018-04-17 05:01:51 +00:00
|
|
|
"@types/connect": "3.4.32",
|
2018-05-01 06:09:48 -07:00
|
|
|
"@types/cors": "^2.8.4",
|
2018-02-02 06:01:10 +00:00
|
|
|
"@types/express": "4.11.1",
|
2017-12-12 10:11:26 +00:00
|
|
|
"@types/multer": "1.3.6",
|
2018-05-21 15:31:57 -07:00
|
|
|
"@types/node": "^10.1.2",
|
2018-04-24 11:35:14 -07:00
|
|
|
"apollo-server-integration-testsuite": "^1.3.6",
|
2018-02-15 06:00:53 +00:00
|
|
|
"connect": "3.6.6",
|
2017-08-24 05:27:05 +00:00
|
|
|
"connect-query": "1.0.0",
|
2018-03-13 16:36:45 +02:00
|
|
|
"express": "4.16.3",
|
2018-05-29 15:58:52 -07:00
|
|
|
"form-data": "^2.3.2",
|
|
|
|
"multer": "1.3.0",
|
|
|
|
"node-fetch": "^2.1.2"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|