{
    "name": "n8n-nodes-hudu",
    "version": "2.1.3",
    "description": "This n8n custom node facilitates integration with Hudu's API.",
    "keywords": [
        "n8n-community-node-package",
        "n8n-node-hudu",
        "hudu",
        "hudu-api",
        "knowledgebase-management",
        "n8n-custom-node",
        "workflow-automation",
        "data-operations"
    ],
    "license": "MIT",
    "homepage": "https://github.com/msoukhomlinov/n8n-nodes-hudu",
    "author": {
        "name": "Max Soukhomlinov",
        "email": "maxs@intellectit.com.au"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/msoukhomlinov/n8n-nodes-hudu.git"
    },
    "scripts": {
        "build": "n8n-node build",
        "build:watch": "tsc --watch",
        "dev": "n8n-node dev",
        "format": "prettier nodes credentials --write",
        "lint": "n8n-node lint",
        "lint:fix": "n8n-node lint --fix",
        "release": "n8n-node release",
        "prepublishOnly": "npm run build"
    },
    "files": [
        "dist"
    ],
    "peerDependencies": {
        "n8n-workflow": "*"
    },
    "n8n": {
        "n8nNodesApiVersion": 1,
        "strict": true,
        "credentials": [
            "dist/credentials/HuduApi.credentials.js"
        ],
        "nodes": [
            "dist/nodes/Hudu/Hudu.node.js",
            "dist/nodes/Hudu/HuduAiTools.node.js"
        ]
    },
    "engines": {
        "n8n": ">=1.69.2"
    },
    "devDependencies": {
        "@eslint/js": "^9.39.4",
        "@langchain/core": "^0.3.43",
        "@n8n/node-cli": "*",
        "@types/node": "^20.17.50",
        "eslint": "^9.39.4",
        "n8n-workflow": "^2.12.0",
        "prettier": "^3.5.3",
        "release-it": "^19.0.4",
        "typescript": "^5.9.2",
        "zod": "^3.23.0"
    }
}
