26 lines
805 B
JSON
26 lines
805 B
JSON
{
|
|
"name": "alpinbet-parser",
|
|
"version": "0.1.0",
|
|
"description": "Alpinbet HTML parser with HTTP fetching, Playwright-backed session auth, polling, change detection and webhook notifications.",
|
|
"main": "src/index.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"auth": "node scripts/save-session.js",
|
|
"start": "node src/index.js",
|
|
"start:with-db-url": "node scripts/with-db-url.cjs node src/index.js",
|
|
"dev": "node --watch src/index.js",
|
|
"check-session": "node scripts/check-session.js",
|
|
"debug-fetch": "node scripts/debug-fetch.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.8.4",
|
|
"betting-signals-platform": "file:..",
|
|
"bullmq": "^5.71.1",
|
|
"cheerio": "^1.0.0",
|
|
"dotenv": "^16.4.7",
|
|
"ioredis": "^5.10.1",
|
|
"pg": "^8.16.3",
|
|
"playwright": "^1.58.2"
|
|
}
|
|
}
|