22 lines
No EOL
563 B
JSON
22 lines
No EOL
563 B
JSON
{
|
|
"name": "@stock-bot/handlers",
|
|
"version": "1.0.0",
|
|
"description": "Universal handler system for queue and event-driven operations",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rimraf dist",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@stock-bot/config": "workspace:*",
|
|
"@stock-bot/logger": "workspace:*",
|
|
"@stock-bot/di": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.3.0",
|
|
"bun-types": "^1.2.15"
|
|
}
|
|
} |