ai-trading-sys/package.json
2025-07-16 15:37:26 +07:00

41 lines
1.2 KiB
JSON

{
"name": "ai-trading-sys",
"version": "1.0.0",
"description": "## Yêu cầu - Python 3.8+ - Tài khoản Supabase - API key Bybit",
"main": "src/app.ts",
"type": "commonjs",
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.52.0",
"@supabase/supabase-js": "^2.39.7",
"axios": "^1.6.7",
"bybit-api": "^3.2.0",
"dotenv": "^17.0.1",
"express": "^4.18.2",
"node-schedule": "^2.1.1",
"node-telegram-bot-api": "^0.66.0",
"swagger-ui-express": "^5.0.1",
"technicalindicators": "^3.0.0",
"yamljs": "^0.3.0"
},
"scripts": {
"start": "ts-node src/app.ts",
"build": "tsc",
"dev": "nodemon --watch src --ext ts --exec ts-node src/app.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/express": "^5.0.3",
"@types/node": "^24.0.10",
"@types/node-schedule": "^2.1.7",
"@types/node-telegram-bot-api": "^0.64.9",
"@types/swagger-ui-express": "^4.1.8",
"@types/yamljs": "^0.2.34",
"nodemon": "^3.1.10",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}