mirror of
https://github.com/hotheadhacker/seedbox-lite.git
synced 2025-09-02 00:51:36 +03:00
15 lines
468 B
JSON
15 lines
468 B
JSON
{
|
|
"name": "seedbox-lite",
|
|
"version": "1.0.0",
|
|
"description": "A lightweight torrent streaming application",
|
|
"scripts": {
|
|
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
|
"server": "cd server && node index.js",
|
|
"client": "cd client && npm run dev",
|
|
"install-all": "npm install && cd server && npm install && cd ../client && npm install"
|
|
},
|
|
"keywords": ["torrent", "streaming", "webtorrent"],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|