{ "name": "@stock-bot/utils", "version": "1.0.0", "description": "Common utility functions for stock-bot services", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "tsc", "clean": "rimraf dist", "test": "bun test" }, "dependencies": { "@stock-bot/types": "*", "date-fns": "^2.30.0" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.0", "bun-types": "^1.2.15" }, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md" ] }