22 lines
No EOL
579 B
JSON
22 lines
No EOL
579 B
JSON
{
|
|
"name": "signal-engine",
|
|
"version": "1.0.0",
|
|
"description": "Real-time signal generation and processing engine",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.ts",
|
|
"start": "bun run src/index.ts",
|
|
"test": "bun test --timeout 10000 src/tests/**/*.test.ts",
|
|
"test:watch": "bun test --watch src/tests/**/*.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.6.3",
|
|
"@stock-bot/config": "*",
|
|
"@stock-bot/types": "*",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "^1.2.15",
|
|
"@types/ws": "^8.5.12"
|
|
}
|
|
} |