2018-06-21 22:54:53 +02:00
|
|
|
{
|
|
|
|
"name": "apollo-server-lambda",
|
2018-07-19 12:49:55 -07:00
|
|
|
"version": "2.0.0",
|
2018-06-21 22:54:53 +02:00
|
|
|
"description": "Production-ready Node.js GraphQL server for AWS Lambda",
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Server",
|
|
|
|
"Lambda",
|
|
|
|
"Javascript"
|
|
|
|
],
|
|
|
|
"author": "opensource@apollographql.com",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-lambda"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
|
|
},
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rm -rf dist",
|
|
|
|
"compile": "tsc",
|
|
|
|
"prepublish": "npm run clean && npm run compile"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-06-29 13:56:38 +02:00
|
|
|
"@apollographql/graphql-playground-html": "^1.6.0",
|
2018-07-19 12:49:55 -07:00
|
|
|
"apollo-server-core": "2.0.0",
|
|
|
|
"apollo-server-env": "2.0.0",
|
2018-06-27 16:09:38 -03:00
|
|
|
"graphql-tools": "^3.0.4"
|
2018-06-21 22:54:53 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-21 03:07:38 +00:00
|
|
|
"@types/aws-lambda": "8.10.8",
|
2018-07-19 12:49:55 -07:00
|
|
|
"apollo-server-integration-testsuite": "2.0.0"
|
2018-06-22 19:55:08 -03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
|
2018-06-21 22:54:53 +02:00
|
|
|
}
|
|
|
|
}
|