Files
AIOStreams/packages/server/package.json
T
Viren070 571ea7fbc3 feat: add pro/noob mode
feat: add search API

feat: allow specifying multiple URLs for comet and mediafusion in .env

feat: use redis store in rate limiter when possible

feat: add stream type as auto play attribute

fix: remove required attribute from service credential fields,

fix: behaviorHint passthrough in meta response
2025-08-29 20:29:50 +01:00

24 lines
654 B
JSON

{
"name": "@aiostreams/server",
"version": "0.0.0",
"main": "dist/server.js",
"scripts": {
"test": "vitest run --passWithNoTests",
"test:watch": "vitest watch",
"build": "tsc",
"prepublish": "npm run build"
},
"description": "Combine all your streams into one addon and display them with consistent formatting, sorting, and filtering.",
"dependencies": {
"@aiostreams/core": "^0.0.0",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"rate-limit-redis": "^4.2.2"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/express-rate-limit": "^5.1.3",
"@types/node": "^20.14.10"
}
}