stock-bot/libs/data-adjustments/package.json
2025-06-13 13:38:02 -04:00

24 lines
548 B
JSON

{
"name": "@stock-bot/data-adjustments",
"version": "1.0.0",
"description": "Stock split and dividend adjustment utilities for market data",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "bun test",
"test:watch": "bun test --watch"
},
"dependencies": {
"@stock-bot/types": "*",
"@stock-bot/logger": "*"
},
"devDependencies": {
"typescript": "^5.4.5",
"bun-types": "^1.1.12"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}