mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
34 lines
867 B
JSON
34 lines
867 B
JSON
{
|
|
"name": "apollo-server-cloudflare",
|
|
"version": "2.0.0-beta.10",
|
|
"description": "Production-ready Node.js GraphQL server for Cloudflare workers",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"prepublish": "npm run compile"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-cloudflare-workers"
|
|
},
|
|
"keywords": [
|
|
"GraphQL",
|
|
"Apollo",
|
|
"Server",
|
|
"Cloudflare",
|
|
"Javascript"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
},
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
"dependencies": {
|
|
"apollo-server-core": "^2.0.0-beta.10"
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"typescript": {
|
|
"definition": "dist/index.d.ts"
|
|
},
|
|
"private": true
|
|
}
|