netlify-cli
Version:
Netlify command line tool
22 lines (21 loc) • 521 B
JSON
{
"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.21.0",
"bad-words": "^3.0.3"
}
}