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