mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Also gone back to torrent-stream WebTorrent seemed to be throwing the occasional engine crash
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "consumer",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"clean": "rm -rf dist",
|
|
"build": "node esbuild.js",
|
|
"dev": "tsx watch --ignore node_modules src/main.ts | pino-pretty",
|
|
"start": "node dist/main.cjs",
|
|
"lint": "npx eslint ./src --ext .ts,.js",
|
|
"lint-fix": "npm run lint -- --fix"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tirke/node-cache-manager-mongodb": "^1.6.0",
|
|
"amqplib": "^0.10.3",
|
|
"axios": "^1.6.1",
|
|
"bottleneck": "^2.19.5",
|
|
"cache-manager": "^5.4.0",
|
|
"google-sr": "^3.2.1",
|
|
"inversify": "^6.0.2",
|
|
"magnet-uri": "^6.2.0",
|
|
"moment": "^2.30.1",
|
|
"name-to-imdb": "^3.0.4",
|
|
"parse-torrent-title": "https://github.com/TheBeastLT/parse-torrent-title.git#022408972c2a040f846331a912a6a8487746a654",
|
|
"pg": "^8.11.3",
|
|
"pg-hstore": "^2.3.4",
|
|
"pino": "^8.18.0",
|
|
"reflect-metadata": "^0.2.1",
|
|
"sequelize": "^6.36.0",
|
|
"sequelize-typescript": "^2.1.6",
|
|
"torrent-stream": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"concurrently": "^8.2.2",
|
|
"esbuild": "^0.20.0",
|
|
"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",
|
|
"ts-node": "^10.9.2",
|
|
"tsconfig-paths": "^4.2.0",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|