File size: 1,819 Bytes
60dfa0b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
817a062
 
 
 
 
60dfa0b
817a062
60dfa0b
817a062
60dfa0b
817a062
dbecee1
817a062
60dfa0b
 
817a062
60dfa0b
817a062
8a0d658
817a062
6127354
60dfa0b
 
fa880e7
 
 
 
 
817a062
60dfa0b
 
dbecee1
60dfa0b
3454986
60dfa0b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "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"
  }
}