mirror of
https://github.com/sakaljurgis/pvpn-transmission.git
synced 2026-07-08 20:47:41 +00:00
17 lines
315 B
JSON
17 lines
315 B
JSON
{
|
|
"scripts": {
|
|
"start": "npx tsx src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.7",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"bittorrent-tracker": "^11.0.2",
|
|
"docker-compose": "^0.24.8",
|
|
"dotenv": "^16.4.5",
|
|
"transmission": "^0.4.10"
|
|
}
|
|
}
|