mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00

- apollo-cache-control@0.3.0-alpha.3 - apollo-engine-reporting-protobuf@0.1.0-alpha.3 - apollo-engine-reporting@0.1.0-alpha.3 - apollo-server-cloud-functions@2.2.0-alpha.3 - apollo-server-cloudflare@2.2.0-alpha.3 - apollo-server-core@2.2.0-alpha.3 - apollo-server-express@2.2.0-alpha.3 - apollo-server-hapi@2.2.0-alpha.3 - apollo-server-integration-testsuite@2.2.0-alpha.3 - apollo-server-koa@2.2.0-alpha.3 - apollo-server-lambda@2.2.0-alpha.3 - apollo-server-micro@2.2.0-alpha.3 - apollo-server-plugin-base@0.1.0-alpha.3 - apollo-server-testing@2.2.0-alpha.3 - apollo-server@2.2.0-alpha.3 - apollo-tracing@0.3.0-alpha.3 - graphql-extensions@0.3.0-alpha.3
35 lines
1,014 B
JSON
35 lines
1,014 B
JSON
{
|
|
"name": "apollo-server-micro",
|
|
"version": "2.2.0-alpha.3",
|
|
"description": "Production-ready Node.js GraphQL server for Micro",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"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": {
|
|
"@apollographql/apollo-upload-server": "^5.0.3",
|
|
"@apollographql/graphql-playground-html": "^1.6.4",
|
|
"accept": "^3.0.2",
|
|
"apollo-server-core": "file:../apollo-server-core",
|
|
"micro": "^9.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"apollo-server-integration-testsuite": "file:../apollo-server-integration-testsuite"
|
|
}
|
|
}
|