{
  "name": "hasura-event-triggered",
  "version": "1.0.0",
  "description": "netlify functions:create - Serverless function to process a Hasura event and fire off a GraphQL mutation with cleaned text data",
  "main": "hasura-event-triggered.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "netlify",
    "serverless",
    "js",
    "hasura"
  ],
  "author": "Netlify",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.18.0",
    "bad-words": "^3.0.2"
  }
}
