Bot & Automation
Treding Forex Ai
/root/hermes-projects/Treding Forex Ai
package.json
text
{
"name": "treding-forex-ai",
"version": "0.1.0",
"private": true,
"description": "Telegram forex AI assistant with signal analysis, risk controls, and paper trading first.",
"main": "dist/src/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/src/index.js",
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "eslint .",
"format": "prettier --write .",
"test": "vitest run",
"smoke": "tsx src/smoke.ts"
},
"engines": {
"node": ">=20.11.0"
},
"dependencies": {
"dotenv": "^16.4.7",
"telegraf": "^4.16.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.18.0",
"@types/node": "^22.10.6",
"eslint": "^9.18.0",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"vitest": "^4.1.9"
}
}