{
  "name": "@microwavedev/twitter-scraper",
  "description": "A port of n0madic/twitter-scraper to Node.js.",
  "keywords": ["x", "twitter", "scraper"],
  "version": "0.9.2",
  "main": "dist/_module.js",
  "repository": "https://github.com/the-convocation/twitter-scraper.git",
  "author": "karashiiro <49822414+karashiiro@users.noreply.github.com>",
  "license": "MIT",
  "engines": {
    "node": ">=16"
  },
  "packageManager": "yarn@1.22.19",
  "scripts": {
    "build": "tsc",
    "commit": "cz",
    "docs:generate": "typedoc --options typedoc.json",
    "docs:deploy": "yarn docs:generate && gh-pages -d docs",
    "format": "prettier --write src/**/*.ts",
    "prepare": "husky install",
    "test": "jest"
  },
  "dependencies": {
    "cross-fetch": "^4.0.0-alpha.5",
    "headers-polyfill": "^3.1.2",
    "json-stable-stringify": "^1.0.2",
    "set-cookie-parser": "^2.6.0",
    "tough-cookie": "^4.1.2",
    "tslib": "^2.5.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.6.3",
    "@commitlint/config-conventional": "^17.6.3",
    "@tsconfig/node16": "^16.1.0",
    "@types/jest": "^29.5.1",
    "@types/json-stable-stringify": "^1.0.34",
    "@types/set-cookie-parser": "^2.4.2",
    "@types/tough-cookie": "^4.0.2",
    "@typescript-eslint/eslint-plugin": "^5.59.7",
    "@typescript-eslint/parser": "^5.59.7",
    "cz-conventional-changelog": "^3.3.0",
    "dotenv": "^16.3.1",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "gh-pages": "^5.0.0",
    "https-proxy-agent": "^7.0.2",
    "husky": "^8.0.3",
    "jest": "^29.5.0",
    "lint-staged": "^13.2.2",
    "prettier": "^2.8.8",
    "ts-jest": "^29.1.0",
    "typedoc": "^0.24.7",
    "typescript": "^5.0.4"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.{js,ts}": [
      "eslint --cache --fix",
      "prettier --write"
    ]
  }
}
