netlify-cli
Version:
Netlify command line tool
23 lines (22 loc) • 557 B
JSON
{
"name": "apollo-graphql-rest",
"version": "1.0.0",
"description": "netlify functions:create - GraphQL function to wrap REST API using apollo-server-lambda and apollo-datasource-rest!",
"main": "apollo-graphql-rest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"js",
"apollo"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"apollo-server-lambda": "^2.18.2",
"apollo-datasource-rest": "^0.9.4",
"graphql": "^14.1.1"
}
}