added batching mess
This commit is contained in:
parent
fe96cf6679
commit
22992cd393
4 changed files with 603 additions and 95 deletions
24
libs/data-adjustments/package.json
Normal file
24
libs/data-adjustments/package.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue