aiostreams / packages /core /package.json
f4b404's picture
Upload folder using huggingface_hub
f55c62a verified
Raw
History Blame Contribute Delete
1.34 kB
{
"name": "@aiostreams/core",
"version": "0.0.0",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "vitest run --passWithNoTests",
"test:watch": "vitest watch",
"build": "tsc",
"dev": "tsc -w --preserveWatchOutput"
},
"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.7.6",
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.10.0",
"bytes": "^3.1.2",
"dotenv": "^16.6.1",
"envalid": "^8.1.1",
"expr-eval": "^2.0.2",
"fetch-socks": "^1.3.3",
"fuzzball": "^2.2.6",
"p-limit": "^7.3.0",
"parse-torrent": "^11.0.19",
"pg": "^8.20.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"redis": "^5.12.1",
"stremthru": "^0.11.0",
"undici": "^7.25.0",
"user-agents": "^1.1.675",
"webdav": "^5.10.0",
"xml2js": "^0.6.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.12",
"@types/bytes": "^3.1.5",
"@types/node": "^20.19.39",
"@types/parse-torrent": "^5.8.8",
"@types/pg": "^8.20.0",
"@types/user-agents": "^1.0.4",
"@types/xml2js": "^0.4.14"
}
}