UNPKG

netlify-cli

Version:

Netlify command line tool

21 lines (20 loc) 405 B
{ "name": "fauna-crud", "version": "1.0.0", "description": "netlify functions:create - CRUD functionality with Fauna DB", "main": "fauna-crud.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "netlify", "serverless", "js", "faunadb" ], "author": "Netlify", "license": "MIT", "dependencies": { "faunadb": "^2.14.2" } }