{
    "name": "n8n-nodes-feishu-fork",
    "version": "0.6.3",
    "description": "n8n custom nodes for n8n to interact with Feishu/Lark, including Lark Bot, Lark MCP, and Lark Trigger.",
    "keywords": [
        "n8n-community-node-package",
        "n8n",
        "n8n-node",
        "lark",
        "larksuite",
        "lark-bot",
        "feishu",
        "feishu-bot"
    ],
    "license": "MIT",
    "homepage": "https://github.com/mingjiezxc/n8n-nodes-feishu-fork.git#readme",
    "author": {
        "name": "zhgqthomas",
        "email": "zhgqthomas@outlook.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/mingjiezxc/n8n-nodes-feishu-fork.git.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",
        "lint": "eslint nodes credentials package.json",
        "lintfix": "eslint nodes credentials package.json --fix",
        "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json",
        "test": "jest"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [
            "dist/credentials/LarkTokenApi.credentials.js",
            "dist/credentials/LarkOAuth2Api.credentials.js"
        ],
        "nodes": [
            "dist/nodes/Lark/Lark.node.js",
            "dist/nodes/Lark/LarkTrigger.node.js",
            "dist/nodes/Lark/LarkMcp.node.js"
        ]
    },
    "devDependencies": {
        "@types/jest": "^29.5.14",
        "@types/node": "^22.15.21",
        "@types/ws": "^8.18.1",
        "@typescript-eslint/parser": "~8.35.1",
        "eslint": "^8.57.1",
        "eslint-plugin-n8n-nodes-base": "^1.16.3",
        "glob": "^11.0.3",
        "gulp": "^5.0.1",
        "jest": "^29.7.0",
        "prettier": "^3.6.2",
        "ts-jest": "^29.2.6",
        "typescript": "^5.8.3"
    },
    "dependencies": {
        "@langchain/core": "0.3.43",
        "@modelcontextprotocol/sdk": "^1.15.1",
        "form-data": "^4.0.4",
        "protobufjs": "^7.5.3",
        "ws": "^8.18.3",
        "zod": "^3.24.1",
        "zod-to-json-schema": "^3.24.6"
    },
    "overrides": {
        "pkce-challenge": "3.0.0"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    }
}
