21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"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",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"clean": "rm -rf dist",
|
|
"test": "jest"
|
|
}, "dependencies": {
|
|
"@stock-bot/types": "*",
|
|
"date-fns": "^2.30.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.2",
|
|
"jest": "^29.5.0",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|