Files
AIOStreams/packages/core/package.json
T
2025-11-27 17:22:17 +00:00

45 lines
1.2 KiB
JSON

{
"name": "@aiostreams/core",
"version": "0.0.0",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "vitest run --passWithNoTests",
"test:watch": "vitest watch",
"build": "tsc"
},
"description": "Combine all your streams into one addon and display them with consistent formatting, sorting, and filtering.",
"dependencies": {
"@torbox/torbox-api": "github:viren070/torbox-sdk-js#dist",
"@viren070/parse-torrent-title": "^0.4.1",
"bcrypt": "^6.0.0",
"bytes": "^3.1.2",
"dotenv": "^16.4.7",
"envalid": "^8.1.1",
"expr-eval": "^2.0.2",
"fetch-socks": "^1.3.2",
"fuzzball": "^2.2.3",
"moment-timezone": "^0.5.48",
"p-limit": "^7.2.0",
"parse-torrent": "^11.0.19",
"pg": "^8.16.0",
"redis": "^5.10.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"stremthru": "^0.8.0",
"super-regex": "^1.1.0",
"undici": "^7.16.0",
"webdav": "^5.8.0",
"winston": "^3.18.3",
"xml2js": "^0.6.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bytes": "^3.1.5",
"@types/node": "^20.19.25",
"@types/parse-torrent": "^5.8.8",
"@types/pg": "^8.15.6",
"@types/xml2js": "^0.4.14"
}
}