meta data seems a bit iffy right now

Also gone back to torrent-stream
WebTorrent seemed to be throwing the occasional engine crash
This commit is contained in:
iPromKnight
2024-02-07 21:42:31 +00:00
committed by iPromKnight
parent 028bb122e1
commit 6919622c30
9 changed files with 666 additions and 2721 deletions

View File

@@ -29,17 +29,14 @@
"reflect-metadata": "^0.2.1",
"sequelize": "^6.36.0",
"sequelize-typescript": "^2.1.6",
"utp-native": "^2.5.3",
"webtorrent": "^2.1.35"
"torrent-stream": "^1.2.1"
},
"devDependencies": {
"node-gyp": "^10.0.1",
"nodemon": "^3.0.3",
"@types/amqplib": "^0.10.4",
"@types/magnet-uri": "^5.1.5",
"@types/node": "^20.11.16",
"@types/torrent-stream": "^0.0.9",
"@types/validator": "^13.11.8",
"@types/webtorrent": "^0.109.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"concurrently": "^8.2.2",
@@ -47,10 +44,12 @@
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-helpers": "^1.3.1",
"node-gyp": "^10.0.1",
"nodemon": "^3.0.3",
"pino-pretty": "^10.3.1",
"tsx": "^4.7.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}