fp/services/worker/package.json
CJ_Clippy 9a708fce1d
Some checks failed
fp/our CI/CD / build (push) Successful in 53s
ci / test (push) Failing after 2m41s
add vibeui player
2025-12-03 03:59:28 -08:00

47 lines
1.1 KiB
JSON

{
"name": "worker",
"module": "index.ts",
"type": "module",
"private": true,
"peerDependencies": {
"typescript": "^5"
},
"version": "0.2.0",
"dependencies": {
"@bull-board/express": "^6.14.0",
"@mux/mux-node": "^12.8.0",
"@types/express": "^5.0.5",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/magnet-uri": "^5.1.5",
"@types/node": "^24.10.1",
"@types/semver": "^7.7.1",
"@types/ssh2": "^1.15.5",
"apify-client": "^2.20.0",
"bullmq": "^5.63.0",
"date-fns": "^4.1.0",
"fs-extra": "^11.3.2",
"js-yaml": "^4.1.0",
"magnet-uri": "^7.0.7",
"nano-spawn": "^2.0.0",
"nanoid": "^5.1.6",
"onnxruntime-web": "^1.23.2",
"pocketbase": "^0.26.3",
"puppeteer": "^24.31.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"semver": "^7.7.3",
"sharp": "^0.34.5",
"slugify": "^1.6.6",
"ssh2": "^1.17.0",
"which": "^6.0.0"
},
"devDependencies": {
"tsx": "^4.20.6",
"vitest": "^4.0.8"
},
"scripts": {
"start": "tsx src/index.ts"
}
}