mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
77fe1aabb6
- Upgraded `express` to version 5.1.0 and `express-rate-limit` to version 8.0.1 in package.json.
24 lines
653 B
JSON
24 lines
653 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": "^5.1.0",
|
|
"express-rate-limit": "^8.0.1",
|
|
"rate-limit-redis": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.1",
|
|
"@types/express-rate-limit": "^5.1.3",
|
|
"@types/node": "^20.14.10"
|
|
}
|
|
}
|