UNPKG

n8n-nodes-feishu-lark

Version:

n8n custom nodes for n8n to interact with Feishu/Lark, including Lark Bot, Lark MCP, and Lark Trigger.

85 lines (84 loc) 2.06 kB
{ "name": "n8n-nodes-feishu-lark", "version": "0.11.2", "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/zhgqthomas/n8n-nodes-feishu-lark#readme", "author": { "name": "zhgqthomas", "email": "zhgqthomas@outlook.com" }, "repository": { "type": "git", "url": "git+https://github.com/zhgqthomas/n8n-nodes-feishu-lark.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" ] }, "devDependencies": { "@types/jest": "^29.5.14", "@types/luxon": "^3.7.1", "@types/node": "^22.15.21", "@types/sanitize-html": "^2.16.0", "@types/ws": "^8.18.1", "@typescript-eslint/parser": "~8.35.1", "eslint": "^8.57.1", "eslint-plugin-n8n-nodes-base": "^1.16.3", "gulp": "^5.0.1", "jest": "^29.7.0", "prettier": "^3.6.2", "ts-jest": "^29.2.6", "typescript": "^5.8.3" }, "dependencies": { "crypto": "^1.0.1", "form-data": "^4.0.4", "isbot": "^5.1.32", "luxon": "^3.7.2", "protobufjs": "^7.5.3", "sanitize-html": "^2.17.0", "ws": "^8.18.3", "uuid": "^11.1.0", "glob": "^11.0.3" }, "overrides": { "pkce-challenge": "4.0.0" }, "peerDependencies": { "n8n-workflow": "*" } }