UNPKG

@kaia-team/n8n-nodes-kaia

Version:
68 lines (67 loc) 1.57 kB
{ "name": "@kaia-team/n8n-nodes-kaia", "version": "0.1.8", "description": "n8n nodes for Kaia LLM integration", "keywords": [ "n8n", "n8n-node", "n8n-community-node-package", "kaia", "llm", "chatbot", "webhook" ], "license": "MIT", "homepage": "", "author": { "name": "Kaia Team", "email": "team@kaia.team" }, "repository": { "type": "git", "url": "git+https://github.com/kaia-team/n8n-nodes-kaia.git" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes/**/*.ts credentials/**/*.ts package.json", "lintfix": "eslint --fix nodes credentials package.json", "prepublishOnly": "npm run build && npm run lint" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/Kaia/Kaia.node.js", "dist/nodes/Kaia/KaiaTrigger.node.js" ], "credentials": [ "dist/credentials/KaiaApi.credentials.js" ] }, "devDependencies": { "@types/express": "^4.17.23", "@types/form-data": "^2.5.2", "@types/node": "^22.16.3", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-n8n-nodes-base": "^1.16.3", "eslint-plugin-prettier": "^5.5.1", "gulp": "^5.0.1", "n8n-core": "^1.102.0", "n8n-workflow": "^1.82.0", "prettier": "^3.6.2", "typescript": "^5.8.3" }, "dependencies": { "axios": "^1.10.0", "form-data": "^4.0.3", "jwt-decode": "^4.0.0" } }