mirror of
https://github.com/steelbrain/ffmpeg-over-ip.git
synced 2024-10-12 01:34:56 +03:00
25 lines
605 B
JSON
25 lines
605 B
JSON
{
|
|
"name": "ffmpeg-over-ip",
|
|
"version": "0.0.0",
|
|
"description": "TODO",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:server": "esbuild src/server.ts --platform=node --bundle --outdir=lib",
|
|
"watch:server": "esbuild src/server.ts --platform=node --bundle --outdir=lib --watch"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.5.3",
|
|
"@types/node": "20",
|
|
"esbuild": "^0.20.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"sb-stream-promise": "^2.0.0",
|
|
"strip-json-comments": "^5.0.1",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|