{
  "name": "n8n-nodes-mypet-stocks",
  "version": "1.6.6",
  "description": "n8n node for MyPet Stocks quantitative trading system with authentication and quantitative account management support",
  "keywords": [
    "n8n-community-node-package",
    "n8n",
    "mypet",
    "stocks",
    "trading",
    "quantitative",
    "finance",
    "api",
    "account-management",
    "mt4",
    "mt5",
    "broker"
  ],
  "license": "MIT",
  "homepage": "https://github.com/your-username/n8n-nodes-mypet-stocks#readme",
  "author": {
    "name": "Your Name",
    "email": "your.email@example.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/your-username/n8n-nodes-mypet-stocks.git"
  },
  "main": "index.js",
  "scripts": {
    "build": "tsc && gulp build:icons",
    "dev": "tsc --watch",
    "format": "prettier nodes credentials --write",
    "lint": "eslint nodes credentials --ext .ts",
    "lintfix": "eslint nodes credentials --ext .ts --fix",
    "prepublishOnly": "npm run build && npm run lint -s"
  },
  "files": [
    "dist"
  ],
  "n8n": {
    "n8nNodesApiVersion": 1,
    "credentials": [
      "dist/credentials/MyPetStocksApi.credentials.js"
    ],
    "nodes": [
      "dist/nodes/MyPetStocks/MyPetStocks.node.js"
    ]
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.45.0",
    "@typescript-eslint/parser": "^5.45.0",
    "eslint": "^8.57.1",
    "eslint-plugin-n8n-nodes-base": "^1.11.0",
    "gulp": "^4.0.2",
    "n8n-workflow": "*",
    "prettier": "^2.7.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "n8n-core": "*"
  }
}
