mirror of
https://github.com/zhigang1992/workers-graphql-server.git
synced 2026-01-12 09:43:41 +08:00
23 lines
660 B
JSON
23 lines
660 B
JSON
{
|
|
"name": "workers-graphql-server",
|
|
"private": true,
|
|
"description": "🔥Lightning-fast, globally distributed Apollo GraphQL server, deployed at the edge using Cloudflare Workers",
|
|
"version": "1.1.1",
|
|
"author": "Kristian Freeman <kristian@bytesized.xyz>",
|
|
"dependencies": {
|
|
"apollo-datasource-rest": "^3.2.0",
|
|
"apollo-server-cloudflare": "^3.3.0",
|
|
"graphql": "^15.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.4.1",
|
|
"webpack": "^5.56.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"format": "prettier --write '**/*.{js,css,json,md}'"
|
|
},
|
|
"license": "MIT",
|
|
"main": "src/index.js"
|
|
}
|