21 lines
510 B
JSON
21 lines
510 B
JSON
|
|
{
|
||
|
|
"name": "@lilith/portable-net-tv",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Buffered media streamer: prefetch episodes ahead, delete watched, keep VLC playlist topped up over slow links.",
|
||
|
|
"type": "module",
|
||
|
|
"main": "./src/index.ts",
|
||
|
|
"bin": {
|
||
|
|
"portable-net-tv": "./src/index.ts"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"start": "bun run src/index.ts",
|
||
|
|
"typecheck": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/bun": "latest",
|
||
|
|
"typescript": "^5.4.0"
|
||
|
|
}
|
||
|
|
}
|