mirror of
https://github.com/sakaljurgis/pvpn-transmission.git
synced 2026-07-08 20:47:41 +00:00
add tracker server, esm, refactor
This commit is contained in:
+3
-1
@@ -1,12 +1,14 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "npx ts-node src/index.ts"
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user