{
  "name": "n8n-nodes-fxcm",
  "version": "1.0.1",
  "description": "n8n node for FXCM trading integration",
  "keywords": [
    "n8n",
    "n8n-community-node-package",
    "fxcm",
    "trading",
    "forex"
  ],
  "license": "MIT",
  "homepage": "https://github.com/yourusername/n8n-nodes-fxcm",
  "author": {
    "name": "Your Name",
    "email": "your@email.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/n8n-nodes-fxcm.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && gulp build:icons",
    "lint": "eslint nodes credentials --ext .ts --fix",
    "prepublishOnly": "npm run build && npm run lint",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lintfix": "eslint nodes credentials package.json --fix"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "credentials": [
      "dist/credentials/FxcmApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/Fxcm/Fxcm.node.js",
      "dist/nodes/Fxcm/FxcmTrigger.node.js"
    ]
  },
  "dependencies": {
    "axios": "^1.6.5",
    "express": "^4.18.2",
    "gulp": "^5.0.0",
    "n8n-core": "1.5.0",
    "n8n-workflow": "^1.5.0",
    "ws": "^8.16.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^18.19.4",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^6.17.0",
    "@typescript-eslint/parser": "^6.17.0",
    "eslint": "^8.56.0",
    "eslint-plugin-n8n-nodes-base": "^1.16.1",
    "gulp": "^5.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.1.1",
    "ts-jest": "^29.1.1",
    "typescript": "^5.3.3"
  }
}
