update refactor
This commit is contained in:
parent
01abc7e446
commit
55ad0607f3
39 changed files with 4304 additions and 584 deletions
39
package.json
Normal file
39
package.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"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",
|
||||
"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/swagger-ui-express": "^4.1.8",
|
||||
"@types/yamljs": "^0.2.34",
|
||||
"nodemon": "^3.1.10",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue