| { |
| "name": "playback-scrape-worker", |
| "version": "1.0.0", |
| "private": true, |
| "scripts": { |
| "dev": "bun run start:dev", |
| "start:dev": "bun run --hot src/index.ts", |
| "start:dev:tsdown": "bun run --hot dist/index.mjs", |
| "prod": "bun run start:prod", |
| "start:prod": "NODE_ENV=production bun src/index.ts", |
| "start:prod:tsdown": "NODE_ENV=production bun dist/index.mjs", |
| "build:tsdown": "bun run tsdown" |
| }, |
| "dependencies": { |
| "@emotion/css": "^11.13.5", |
| "@hono/standard-validator": "^0.2.2", |
| "@sinclair/typebox": "^0.34.49", |
| "@sparticuz/chromium": "^148.0.0", |
| "artplayer": "^5.4.0", |
| "artplayer-plugin-ambilight": "^1.1.0", |
| "artplayer-plugin-hls-control": "^1.1.0", |
| "artplayer-plugin-iframe": "^1.0.0", |
| "artplayer-plugin-vtt-thumbnail": "^1.1.0", |
| "axios": "^1.16.1", |
| "crypto-js": "^4.2.0", |
| "devalue": "^5.8.0", |
| "dotenv": "^17.4.2", |
| "elysia": "^1.4.28", |
| "fast-deep-equal": "^3.1.3", |
| "fflate": "^0.8.2", |
| "hls.js": "^1.6.16", |
| "hono": "^4.12.18", |
| "http-errors": "^2.0.1", |
| "iconify-icon": "^3.0.2", |
| "ky": "^2.0.2", |
| "moment-timezone": "^0.6.2", |
| "mongoose": "^8.19.2", |
| "nanostores": "^1.3.0", |
| "oslo": "^1.2.1", |
| "playwright": "^1.60.0", |
| "puppeteer-core": "^24.43.1", |
| "puppeteer-extra": "^3.3.6", |
| "puppeteer-extra-plugin-adblocker": "^2.13.6", |
| "puppeteer-extra-plugin-anonymize-ua": "^2.4.6", |
| "puppeteer-extra-plugin-devtools": "^2.4.6", |
| "puppeteer-extra-plugin-stealth": "^2.11.2", |
| "random-string-generator": "^1.0.7", |
| "random-word-slugs": "^0.1.7", |
| "txtgen": "^3.0.7", |
| "user-agents": "^2.1.60", |
| "valibot": "^1.4.0", |
| "zod": "^4.4.3" |
| }, |
| "devDependencies": { |
| "@types/bun": "latest", |
| "@types/node": "^25.7.0", |
| "bun-types": "^1.3.14" |
| } |
| } |
|
|