mirror of
https://github.com/zhigang1992/workers-graphql-server.git
synced 2026-04-28 12:45:43 +08:00
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"name": "graphql-on-workers",
|
|
"private": true,
|
|
"description": "graphql-on-workers",
|
|
"version": "0.9.9",
|
|
"author": "Kristian Freeman <kristian@kristianfreeman.com>",
|
|
"dependencies": {
|
|
"apollo-datasource-rest": "^0.3.2",
|
|
"apollo-server-cloudflare": "^2.4.8",
|
|
"graphql": "^14.2.1"
|
|
},
|
|
"license": "MIT",
|
|
"main": "src/index.js"
|
|
}
|