File size: 1,694 Bytes
2b08713 0f454b6 227ec09 ed84f29 d055dc3 8673beb f0a40f5 5a057fe 0f454b6 5a057fe 2b08713 8673beb 7889c96 2b08713 0f454b6 8673beb 0f454b6 8673beb 2bb5f70 8673beb 5a057fe 8673beb 302106d 31b85ff 0f454b6 b6e79c3 2b08713 0f454b6 2b08713 | 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 | {
"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"
},
"devDependencies": {
"bun-types": "latest",
"tsdown": "^0.20.3"
},
"module": "src/index.ts"
}
|