{
  "name": "twspace-crawler",
  "version": "1.18.2",
  "description": "Script to monitor & download Twitter Spaces 24/7",
  "keywords": [
    "node",
    "nodejs",
    "node-cli",
    "twitter-api",
    "twitter-spaces"
  ],
  "homepage": "https://github.com/HitomaruKonpaku/twspace-crawler#readme",
  "license": "ISC",
  "author": "HitomaruKonpaku",
  "bin": {
    "twspace-crawler": "dist/index.js"
  },
  "files": [
    "dist/**/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HitomaruKonpaku/twspace-crawler.git"
  },
  "scripts": {
    "start": "node dist/index",
    "start:config": "node dist/index --config ./config.json",
    "build": "tsc",
    "prepare": "npm run build",
    "test": "lab --transform node_modules/lab-transform-typescript",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix"
  },
  "dependencies": {
    "@discordjs/builders": "^1.13.0",
    "axios": "^1.13.2",
    "bottleneck": "^2.19.5",
    "commander": "^14.0.2",
    "dotenv": "^17.2.3",
    "js-yaml": "^4.1.0",
    "m3u8-parser": "^7.2.0",
    "node-notifier": "^10.0.0",
    "open": "^8.4.0",
    "tslib": "^2.3.1",
    "winston": "^3.4.0",
    "winston-daily-rotate-file": "^4.5.5",
    "x-client-transaction-id": "^0.2.3"
  },
  "devDependencies": {
    "@hapi/code": "^8.0.5",
    "@hapi/lab": "^24.5.0",
    "@types/js-yaml": "^4.0.5",
    "@types/m3u8-parser": "^7.2.5",
    "@types/node": "^22.19.0",
    "@types/node-notifier": "^8.0.2",
    "@typescript-eslint/eslint-plugin": "^5.10.0",
    "@typescript-eslint/parser": "^5.10.0",
    "eslint": "^8.7.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "lab-transform-typescript": "^3.0.1",
    "typescript": "^4.5.5"
  },
  "engines": {
    "node": ">=22.0.0",
    "npm": ">=10.0.0"
  }
}
