n8n-nodes-apitable
Version:
Apitable integration for n8n
64 lines • 1.67 kB
JSON
{
"name": "n8n-nodes-apitable",
"version": "0.0.6b",
"description": "Apitable integration for n8n",
"keywords": [
"n8n-community-node-package",
"n8n-nodes",
"n8n-nodes-apitable",
"apitable"
],
"license": "MIT",
"homepage": "",
"author": {
"name": "Venssy",
"email": "huangvenssy@163.com"
},
"repository": {
"type": "git",
"url": "https://github.com/venssy/n8n-nodes-apitable.git"
},
"main": "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 && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json",
"test": "pnpm build && ./test.sh"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ApitableApi.credentials.js"
],
"nodes": [
"dist/nodes/Apitable/Apitable.node.js"
]
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "^9.19.0",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^4.0.2",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"@devlikeapro/n8n-openapi-node": "^0.1.0",
"openapi-types": "^12.1.3",
"npx": "^10.2.2"
}
}