mt5-sdk
Version:
A Node.js SDK for interacting with the MetaTrader 5 Web API, enabling seamless integration of MetaTrader 5 trading features into your applications.
24 lines (23 loc) • 745 B
JSON
{
"name": "mt5-sdk",
"version": "1.0.7",
"description": "A Node.js SDK for interacting with the MetaTrader 5 Web API, enabling seamless integration of MetaTrader 5 trading features into your applications.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamzaaslam-cs/mt5-sdk.git"
},
"keywords": ["MetaTrader 5","MT5", "Web API", "SDK", "trading", "Node.js"],
"author": "Hammza",
"license": "MIT",
"bugs": {
"url": "https://github.com/hamzaaslam-cs/mt5-sdk/issues"
},
"homepage": "https://github.com/hamzaaslam-cs/mt5-sdk#readme"
}