{ "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", "bcrypt": "^6.0.0", "bytes": "^3.1.2", "dotenv": "^16.4.7", "envalid": "^8.0.0", "expr-eval": "^2.0.2", "fetch-socks": "^1.3.2", "fuzzball": "^2.2.3", "go-ptt": "^0.4.1", "moment-timezone": "^0.5.48", "p-limit": "^7.1.1", "parse-torrent": "^11.0.18", "parse-torrent-title": "github:TheBeastLT/parse-torrent-title", "pg": "^8.16.0", "redis": "^5.8.2", "sqlite": "^5.1.1", "sqlite3": "^5.1.7", "stremthru": "^0.8.0", "super-regex": "^1.0.0", "undici": "^7.2.3", "winston": "^3.17.0", "xml2js": "^0.6.2", "zod": "^4.1.5" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/bytes": "^3.1.5", "@types/node": "^20.14.10", "@types/parse-torrent": "^5.8.7", "@types/pg": "^8.15.2", "@types/xml2js": "^0.4.14" } }