| { |
| "name": "hf-app-ffmpeg", |
| "version": "1.0.50", |
| "private": true, |
| "scripts": { |
| "test": "echo \"Error: no test specified\" && exit 1", |
| "dev": "bun run start:dev", |
| "start:dev": "bun run --watch src/index.ts", |
| "start:dev:tsdown": "bun run --watch 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": { |
| "@chneau/elysia-logger": "^1.0.10", |
| "@elysiajs/cors": "^1.4.1", |
| "@emotion/css": "^11.13.5", |
| "@huggingface/hub": "^2.13.0", |
| "@huggingface/inference": "^4.13.18", |
| "@sinclair/typebox": "^0.34.48", |
| "@upstash/redis": "^1.38.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.13.6", |
| "crypto-js": "^4.2.0", |
| "devalue": "^5.6.3", |
| "dotenv": "^17.4.2", |
| "elysia": "latest", |
| "fast-deep-equal": "^3.1.3", |
| "fflate": "^0.8.2", |
| "ffmpeg-static": "^5.3.0", |
| "ffprobe-static": "^3.1.0", |
| "fluent-ffmpeg": "^2.1.3", |
| "hls.js": "^1.6.16", |
| "http-errors": "^2.0.1", |
| "iconify-icon": "^3.0.2", |
| "ky": "^1.14.3", |
| "moment-timezone": "^0.6.2", |
| "mongoose": "^8.19.2", |
| "nanostores": "^1.3.0", |
| "oslo": "^1.2.1", |
| "random-string-generator": "^1.0.7", |
| "random-word-slugs": "^0.1.7", |
| "txtgen": "^3.0.7", |
| "user-agents": "^2.1.4", |
| "valibot": "^1.4.2" |
| }, |
| "devDependencies": { |
| "bun-types": "latest", |
| "tsdown": "^0.20.3" |
| }, |
| "module": "src/index.ts" |
| } |
|
|