netlify-cli
Version:
Netlify command line tool
20 lines (19 loc) • 411 B
JSON
{
"name": "using-middleware",
"version": "1.0.0",
"description": "netlify functions:create - using middleware with your netlify function",
"main": "using-middleware.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"js"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"middy": "^0.23.0"
}
}