24 lines
548 B
JSON
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"
|
|
}
|
|
}
|