n8n-nodes-larkbase-v3
Version:
n8n node to connect with Larkbase API with UTF-8 support, date filtering, array filter values, text field processing, improved field type handling, pagination fixes, advanced data type conversion, proper date filtering with ExactDate format, updated node
63 lines (62 loc) • 2.03 kB
JSON
{
"name": "n8n-nodes-larkbase-v3",
"version": "0.5.0",
"description": "n8n node to connect with Larkbase API with UTF-8 support, date filtering, array filter values, text field processing, improved field type handling, pagination fixes, advanced data type conversion, proper date filtering with ExactDate format, updated node version for better compatibility, increased default page size for better performance, a dedicated authentication node for flexible token management, manual token input for direct API access, unified authentication methods across all operations, and dynamic field loading for easier configuration",
"keywords": [
"n8n-community-node-package",
"larkbase",
"feishu",
"lark",
"database",
"api"
],
"license": "MIT",
"homepage": "https://github.com/nguyenngothuong/n8n-nodes-larkbase",
"author": {
"name": "nguyenngothuong",
"email": "work@nguyenngothuong.com"
},
"repository": {
"type": "git",
"url": "https://github.com/nguyenngothuong/n8n-nodes-larkbase.git"
},
"main": "index.js",
"scripts": {
"build": "npx tsc && npx gulp build:icons",
"dev": "npx tsc --watch",
"format": "prettier --write \"**/*.ts\"",
"lint": "eslint \"**/*.ts\"",
"lintfix": "eslint \"**/*.ts\" --fix",
"prepublishOnly": "npm run build",
"test": "jest"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/LarkbaseApi.credentials.js"
],
"nodes": [
"dist/nodes/Larkbase.node.js",
"dist/nodes/LarkbaseAuth.node.js"
]
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/request-promise-native": "~1.0.15",
"@typescript-eslint/parser": "~5.45",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"jest": "^29.7.0",
"n8n-core": "^0.125.0",
"n8n-workflow": "^0.107.0",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
},
"dependencies": {
"axios": "^1.8.3",
"dotenv": "^16.4.7"
}
}