Files
seedbox-lite-torrent/package.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"
}