Files
workers-graphql-server/package.json
2019-07-25 11:25:17 -05:00

15 lines
413 B
JSON

{
"name": "{{ project-name }}",
"private": true,
"description": "🔥Lightning-fast, globally distributed Apollo GraphQL server, deployed at the edge using Cloudflare Workers",
"version": "1.1.0",
"author": "{{ authors }}",
"dependencies": {
"apollo-datasource-rest": "^0.3.2",
"apollo-server-cloudflare": "^2.4.8",
"graphql": "^14.2.1"
},
"license": "MIT",
"main": "src/index.js"
}