twitter-autohook
Version:
Automatically setup and serve webhooks for the Twitter Account Activity API
31 lines (30 loc) • 620 B
JSON
{
"name": "twitter-autohook",
"version": "1.7.2",
"description": "Automatically setup and serve webhooks for the Twitter Account Activity API",
"repository": {
"type": "git",
"url": "https://github.com/twitterdev/autohook"
},
"main": "index.js",
"bin": {
"autohook": "./cli.js"
},
"author": "Twitter",
"license": "MIT",
"keywords": [
"twitter",
"twitter-api",
"webhooks"
],
"dependencies": {
"commander": "^2.20.0",
"dotenv": "^8.0.0",
"needle": "^2.3.3",
"ngrok": "^3.2.1",
"nock": "^12.0.2"
},
"devDependencies": {
"eslint": "^7.6.0"
}
}