n8n-nodes-larkbase-v3
Version:
n8n community node for Larkbase API
61 lines (60 loc) • 1.61 kB
JSON
{
"name": "n8n-nodes-larkbase-v3",
"version": "0.6.1",
"description": "n8n community node for Larkbase API",
"keywords": [
"n8n-community-node-package",
"larkbase",
"feishu",
"bitable"
],
"license": "MIT",
"homepage": "https://github.com/nguyenngothuong/node_n8n/tree/main/n8n-nodes-larkbase",
"author": {
"name": "Nguyen Ngo Thuong",
"email": "nguyenthuongtb12@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nguyenngothuong/node_n8n.git"
},
"main": "dist/index.js",
"scripts": {
"build": "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"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/LarkbaseApi.credentials.js"
],
"nodes": [
"dist/nodes/Larkbase/Larkbase.node.js",
"dist/nodes/Larkbase/LarkbasePrepareUpsert.node.js"
]
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/request-promise-native": "~1.0.18",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-core": "~0.125.0",
"n8n-workflow": "~0.107.0",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
},
"dependencies": {
"axios": "^1.6.2",
"dotenv": "^16.3.1"
}
}