aiostreams / packages /addon /package.json
f4b404's picture
Sync from GitHub via hub-sync
4345f70 verified
Raw
History Blame Contribute Delete
750 Bytes
{
"name": "@aiostreams/addon",
"version": "1.12.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"
}
}