fixed test:libs

This commit is contained in:
Bojan Kucera 2025-06-07 12:08:44 -04:00
parent 2c58ad86a6
commit 6aa63a8b59
2 changed files with 5 additions and 6 deletions

View file

@ -4,11 +4,11 @@
"description": "Graceful shutdown management for Stock Bot platform",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"types": "dist/index.d.ts", "scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist"
"clean": "rm -rf dist",
"test": "bun test"
},
"dependencies": {},
"devDependencies": {