netlify-cli
Version:
Netlify command line tool
21 lines (20 loc) • 447 B
JSON
{
"name": "slack-rate-limit",
"version": "1.0.0",
"description": "netlify functions:create - post to Slack, at most once an hour, using Netlify Identity metadata",
"main": "node-fetch.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"slack",
"js"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"
}
}