Files
AIOStreams/packages/addon/package.json
T
Viren070 49815efab5 1.21.1
2025-05-08 22:47:14 +01:00

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"
}
}