mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
26 lines
750 B
JSON
26 lines
750 B
JSON
{
|
|
"name": "@aiostreams/addon",
|
|
"version": "1.21.1",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "vitest run --passWithNoTests",
|
|
"test:watch": "vitest watch",
|
|
"build": "tsc",
|
|
"prepublish": "npm run build",
|
|
"start": "node dist/server.js",
|
|
"start:dev": "cross-env NODE_ENV=dev tsx watch src/server.ts"
|
|
},
|
|
"description": "Combine all your streams into one addon and display them with consistent formatting, sorting, and filtering.",
|
|
"dependencies": {
|
|
"@aiostreams/formatters": "^1.0.0",
|
|
"@aiostreams/types": "^1.0.0",
|
|
"@aiostreams/utils": "^1.0.0",
|
|
"@aiostreams/wrappers": "^1.0.0",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^5.0.0"
|
|
}
|
|
}
|