UNPKG

1.19 kBJSONView Raw
1{
2 "name": "apollo-server-lambda",
3 "version": "2.22.2",
4 "description": "Production-ready Node.js GraphQL server for AWS Lambda",
5 "keywords": [
6 "GraphQL",
7 "Apollo",
8 "Server",
9 "Lambda",
10 "Javascript"
11 ],
12 "author": "Apollo <opensource@apollographql.com>",
13 "license": "MIT",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/apollographql/apollo-server",
17 "directory": "packages/apollo-server-lambda"
18 },
19 "homepage": "https://github.com/apollographql/apollo-server#readme",
20 "bugs": {
21 "url": "https://github.com/apollographql/apollo-server/issues"
22 },
23 "main": "dist/index.js",
24 "types": "dist/index.d.ts",
25 "engines": {
26 "node": ">=6"
27 },
28 "dependencies": {
29 "@apollographql/graphql-playground-html": "1.6.27",
30 "@types/aws-lambda": "^8.10.31",
31 "apollo-server-core": "^2.22.2",
32 "apollo-server-env": "^3.0.0",
33 "apollo-server-types": "^0.7.0",
34 "graphql-tools": "^4.0.8"
35 },
36 "devDependencies": {
37 "apollo-server-integration-testsuite": "^2.22.2"
38 },
39 "peerDependencies": {
40 "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
41 },
42 "gitHead": "9562af498407e86923d96902683bb5285b849800"
43}