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