netlify-cli
Version:
Netlify command line tool
22 lines (21 loc) • 438 B
JSON
{
"name": "auth-fetch",
"version": "1.0.0",
"description": "netlify functions:create - default template for auth fetch function",
"main": "auth-fetch.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"js",
"identity",
"authentication"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.3.0"
}
}