28 lines
713 B
JSON
28 lines
713 B
JSON
{
|
|
"name": "position-tracker",
|
|
"version": "1.0.0",
|
|
"description": "Angel Broking position tracker with P&L band alerts",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "ts-node-dev --respawn src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^9.4.3",
|
|
"express": "^4.18.3",
|
|
"node-cron": "^3.0.3",
|
|
"otpauth": "^9.3.4",
|
|
"axios": "^1.6.7",
|
|
"date-fns": "^3.3.1",
|
|
"date-fns-tz": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.8",
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^20.11.17",
|
|
"@types/node-cron": "^3.0.11",
|
|
"typescript": "^5.3.3",
|
|
"ts-node-dev": "^2.0.0"
|
|
}
|
|
}
|