netlify-cli
Version:
Netlify command line tool
27 lines (26 loc) • 598 B
JSON
{
"name": "fauna-graphql",
"version": "1.0.0",
"description": "netlify functions:create - set up for fauna db + apollo graphql",
"main": "fauna-graphql.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"js",
"apollo",
"fauna"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"apollo-link-http": "^1.5.17",
"apollo-link-context": "^1.0.20",
"apollo-server-lambda": "^2.18.2",
"graphql": "^14.1.1",
"graphql-tools": "^4.0.8",
"node-fetch": "^2.6.1"
}
}