{
  "name": "slack-rate-limit",
  "version": "1.0.0",
  "description": "netlify functions:create - post to Slack, at most once an hour, using Neltify 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.3.0"
  }
}
