migrations; torr search, dl, seed, delete; files scan, delete; configs

This commit is contained in:
Jurgis Sakalauskas
2023-02-03 17:41:40 +02:00
parent 8d354027fc
commit daaeda539b
84 changed files with 5456 additions and 301 deletions
+8 -3
View File
@@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"private": false,
"license": "UNLICENSED",
"scripts": {
"prebuild": "rimraf dist",
@@ -33,7 +33,7 @@
"@nestjs/platform-express": "^9.0.0",
"@nestjs/serve-static": "^3.0.0",
"@nestjs/typeorm": "^9.0.1",
"@types/fluent-ffmpeg": "^2.1.20",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"fluent-ffmpeg": "^2.1.2",
"reflect-metadata": "^0.1.13",
@@ -42,16 +42,21 @@
"sqlite": "^4.1.2",
"sqlite3": "^5.1.2",
"torrent-name-parser": "^0.6.5",
"typeorm": "^0.3.11"
"transmission": "^0.4.10",
"typeorm": "^0.3.11",
"webtorrent": "^1.9.7"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@types/cheerio": "^0.22.31",
"@types/express": "^4.17.13",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/jest": "28.1.8",
"@types/node": "^16.0.0",
"@types/supertest": "^2.0.11",
"@types/webtorrent": "^0.109.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"copyfiles": "^2.4.1",