{ "name": "@aiostreams/core", "version": "0.0.0", "main": "dist/index.js", "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": { "bcrypt": "^6.0.0", "dotenv": "^16.4.7", "envalid": "^8.0.0", "expr-eval": "^2.0.2", "moment-timezone": "^0.5.48", "parse-torrent-title": "github:TheBeastLT/parse-torrent-title", "pg": "^8.16.0", "sqlite": "^5.1.1", "sqlite3": "^5.1.7", "super-regex": "^1.0.0", "undici": "^7.2.3", "winston": "^3.17.0", "zod": "^3.24.4" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/node": "^20.14.10", "@types/pg": "^8.15.2" } }