{
  "name": "mt5-webapi-client",
  "version": "1.0.0",
  "private": false,
  "author": "Momen Zalabany <alzalabany@gmail.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "test": "node -r dotenv/config example.js",
    "dev": "npm run build && concurrently -k -p \"[{name}]\" -n \"TypeScript,App\" -c \"yellow.bold,cyan.bold\" \"npm:watch\" \"npm:test\""
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "concurrently": "^7.0.0",
    "dotenv": "^16.0.1",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.4"
  }
}
