mirror of
https://github.com/zhigang1992/workers-graphql-server.git
synced 2026-01-12 22:53:37 +08:00
15 lines
413 B
JSON
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"
|
|
}
|