Files
AIOStreams/packages/core/package.json
T
2025-05-26 21:10:51 +01:00

28 lines
761 B
JSON

{
"name": "@aiostreams/core",
"version": "2.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": {
"dotenv": "^16.4.7",
"envalid": "^8.0.0",
"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/node": "^20.14.10",
"@types/pg": "^8.15.2"
}
}