{
  "name": "@addtodoist/twitter-autohook",
  "version": "2.2.0",
  "type": "module",
  "description": "Automatically setup and serve webhooks for the Twitter Account Activity API",
  "repository": {
    "type": "git",
    "url": "https://github.com/AddTodoist/autohook"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "Twitter",
  "contributors": [
    "David Jiménez <dubisdev@gmail.com> (https://dubis.dev)"
  ],
  "license": "MIT",
  "keywords": [
    "twitter",
    "twitter-api",
    "webhooks"
  ],
  "scripts": {
    "build": "tsc",
    "prepack": "yarn lint && yarn build",
    "lint": "eslint src/**/**"
  },
  "dependencies": {
    "dotenv": "16.0.2",
    "needle": "3.1.0",
    "ngrok": "4.3.3"
  },
  "devDependencies": {
    "@types/node": "18.7.21",
    "@typescript-eslint/eslint-plugin": "5.38.0",
    "@typescript-eslint/parser": "5.38.0",
    "eslint": "8.24.0",
    "typescript": "4.8.3"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
