{
  "name": "getmst-local-crawler",
  "version": "1.0.0",
  "private": true,
  "description": "Stable Masothue API crawler with bounded concurrency and diagnostics",
  "scripts": {
    "start": "node api-mst-server.js",
    "api:mst": "node api-mst-server.js"
  },
  "dependencies": {
    "cheerio": "^1.2.0",
    "node-fetch": "^2.7.0",
    "playwright": "^1.56.0",
    "playwright-extra": "^4.3.6",
    "puppeteer-extra-plugin-stealth": "^2.11.2",
    "sqlite3": "^6.0.1",
    "tesseract.js": "^7.0.0"
  }
}
