Files
AIOStreams/packages/addon/package.json
T
2024-12-26 16:04:13 +00:00

24 lines
686 B
JSON

{
"name": "@aiostreams/addon",
"version": "0.0.0",
"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/wrappers": "0.0.0",
"@aiostreams/formatters": "0.0.0",
"@aiostreams/types": "0.0.0",
"express": "^4.21.2"
},
"devDependencies": {
"@types/express": "^5.0.0"
}
}