apollo-server/packages/apollo-server-fastify/package.json
Jesse Rosenberger a95421f19b
Publish
- apollo-engine-reporting@1.0.6
 - apollo-server-azure-functions@2.4.7
 - apollo-server-cloud-functions@2.4.7
 - apollo-server-cloudflare@2.4.7
 - apollo-server-core@2.4.7
 - apollo-server-express@2.4.7
 - apollo-server-fastify@2.4.7
 - apollo-server-hapi@2.4.7
 - apollo-server-integration-testsuite@2.4.7
 - apollo-server-koa@2.4.7
 - apollo-server-lambda@2.4.7
 - apollo-server-micro@2.4.7
 - apollo-server-plugin-base@0.3.6
 - apollo-server-testing@2.4.7
 - apollo-server@2.4.7
 - graphql-extensions@0.5.6
2019-02-26 13:21:32 +02:00

41 lines
1.1 KiB
JSON

{
"name": "apollo-server-fastify",
"version": "2.4.7",
"description": "Production-ready Node.js GraphQL server for Fastify",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-fastify"
},
"keywords": [
"GraphQL",
"Apollo",
"Server",
"Fastify",
"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": {
"@apollographql/graphql-playground-html": "^1.6.6",
"apollo-server-core": "file:../apollo-server-core",
"fastify-accepts": "^0.5.0",
"fastify-cors": "^0.2.0",
"graphql-subscriptions": "^1.0.0",
"graphql-tools": "^4.0.0"
},
"devDependencies": {
"apollo-server-integration-testsuite": "file:../apollo-server-integration-testsuite"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
}
}