2018-07-05 14:40:15 -04:00
|
|
|
{
|
|
|
|
"name": "apollo-server-micro",
|
2018-10-10 22:30:54 +03:00
|
|
|
"version": "2.2.0-alpha.0",
|
2018-07-05 14:40:15 -04:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Micro",
|
|
|
|
"main": "dist/index.js",
|
2018-08-01 10:13:16 +02:00
|
|
|
"types": "dist/index.d.ts",
|
2018-07-05 14:40:15 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-micro"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Micro",
|
|
|
|
"Server",
|
|
|
|
"Javascript",
|
|
|
|
"ZEIT"
|
|
|
|
],
|
|
|
|
"author": "opensource@apollographql.com",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
|
|
"dependencies": {
|
2018-08-20 14:17:37 -07:00
|
|
|
"@apollographql/apollo-upload-server": "^5.0.3",
|
2018-10-24 15:58:45 +03:00
|
|
|
"@apollographql/graphql-playground-html": "^1.6.4",
|
2018-07-05 14:40:15 -04:00
|
|
|
"accept": "^3.0.2",
|
2018-08-10 23:41:21 +02:00
|
|
|
"apollo-server-core": "file:../apollo-server-core",
|
2018-07-05 14:40:15 -04:00
|
|
|
"micro": "^9.3.2"
|
2018-09-03 14:42:05 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"apollo-server-integration-testsuite": "file:../apollo-server-integration-testsuite"
|
2018-08-01 10:13:16 +02:00
|
|
|
}
|
2018-07-05 14:40:15 -04:00
|
|
|
}
|