{
  "name": "tt-help-cli-ycl",
  "version": "1.4.131",
  "description": "TikTok user & video data scraper - extract ttSeller, verified, locationCreated from HTML source",
  "type": "module",
  "bin": {
    "tt-help": "cli.js"
  },
  "main": "src/main.js",
  "files": [
    "cli.js",
    "src/",
    "scripts/"
  ],
  "scripts": {
    "start": "node src/main.js",
    "test:watch-db-smoke": "node scripts/test-watch-db-smoke.mjs"
  },
  "keywords": [
    "tiktok",
    "scraper",
    "cli",
    "seller",
    "ttSeller"
  ],
  "author": "jsjhycl",
  "license": "ISC",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsjhycl/tt-help-cli.git"
  },
  "bugs": {
    "url": "https://github.com/jsjhycl/tt-help-cli/issues"
  },
  "homepage": "https://github.com/jsjhycl/tt-help-cli#readme",
  "dependencies": {
    "axios": "^1.16.1",
    "https-proxy-agent": "^9.0.0",
    "playwright": "^1.59.1",
    "undici": "^8.1.0"
  },
  "devDependencies": {
    "better-sqlite3": "^12.10.0"
  }
}
