mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 07:30:57 +00:00
31 lines
669 B
JSON
31 lines
669 B
JSON
{
|
|
"name": "mql5-google-onedrive",
|
|
"version": "1.0.0",
|
|
"description": "SMC + Trend Breakout (MTF) for Exness MT5 with Google Gemini integration",
|
|
"scripts": {
|
|
"setup": "npm install",
|
|
"test": "echo \"No tests specified yet\" && exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@google/gemini-cli": "0.30.0-nightly.20260212.207ac6f2d"
|
|
},
|
|
"devDependencies": {},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=9.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/A6-9V/MQL5-Google-Onedrive.git"
|
|
},
|
|
"keywords": [
|
|
"mt5",
|
|
"mql5",
|
|
"trading",
|
|
"gemini",
|
|
"ai",
|
|
"forex"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|