{
    "name": "n8n-nodes-kraken",
    "version": "1.3.0",
    "description": "n8n community node for Kraken cryptocurrency exchange API",
    "keywords": [
        "n8n-community-node-package",
        "kraken",
        "cryptocurrency",
        "trading",
        "exchange",
        "crypto",
        "bitcoin"
    ],
    "license": "MIT",
    "homepage": "https://github.com/DirectorVector/n8n-nodes-kraken",
    "author": {
        "name": "DirectorVector",
        "email": "bricethrower@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/DirectorVector/n8n-nodes-kraken.git"
    },
    "engines": {
        "node": ">=20.15"
    },
    "main": "index.js",
    "scripts": {
        "build": "npx rimraf dist && tsc && gulp build:icons",
        "dev": "tsc --watch",
        "format": "prettier nodes credentials --write",
        "format:check": "prettier nodes credentials --check",
        "lint": "eslint nodes credentials package.json",
        "lintfix": "eslint nodes credentials package.json --fix",
        "test": "npm run test:api && npm run test:enhanced && npm run test:comprehensive",
        "test:api": "node test-node.js",
        "test:enhanced": "node test-asset-pairs.js",
        "test:comprehensive": "node test-comprehensive.js",
        "test:ci": "npm run lint && npm run format:check && npm run build && npm run test",
        "security": "npm audit --audit-level high",
        "security:fix": "npm audit fix",
        "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/KrakenApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/Kraken/Kraken.node.js"
        ]
    },
    "devDependencies": {
        "@typescript-eslint/parser": "~8.32.0",
        "eslint": "^8.57.1",
        "eslint-plugin-n8n-nodes-base": "^1.16.3",
        "gulp": "^5.0.1",
        "prettier": "^3.6.2",
        "typescript": "^5.8.3"
    },
    "peerDependencies": {
        "n8n-workflow": "^1.82.0"
    },
    "overrides": {
        "form-data": "^4.0.4"
    },
    "dependencies": {
        "node-kraken-api": "^2.2.2"
    }
}
