@graphless/gcloud
Version:
GraphQL Framework for Serverless (Google Cloud Functions)
37 lines (36 loc) • 843 B
JSON
{
"name": "@graphless/gcloud",
"version": "0.0.4",
"description": "GraphQL Framework for Serverless (Google Cloud Functions)",
"main": "index.js",
"keywords": [
"@graphless/gcloud",
"cloud functions",
"cli",
"graphless",
"severless",
"grapghql"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/Marvinified/graphless.git",
"directory": "packages/gcloud"
},
"engines": {
"node": ">=8"
},
"bugs": {
"url": "https://github.com/Marvinified/graphless/issues"
},
"dependencies": {
"@apollo/federation": "^0.16.2",
"@apollo/gateway": "^0.16.2",
"@graphless/core": "^0.0.4",
"apollo-server-cloud-functions": "^2.11.0"
},
"author": "Marvin Tunji-ola",
"license": "MIT"
}