netlify-cli
Version:
Netlify command line tool
20 lines (19 loc) • 392 B
JSON
{
"name": "set-cookie",
"version": "1.0.0",
"description": "netlify functions:create - set a cookie with your Netlify Function",
"main": "set-cookie",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"js"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"cookie": "^0.4.1"
}
}