UNPKG

n8n-nodes-smartgent

Version:

SmartGent custom nodes for n8n - AI-powered automation and intelligent workflow integrations including LiteLLM chat completions

80 lines (79 loc) 2.24 kB
{ "name": "n8n-nodes-smartgent", "version": "0.1.14", "description": "SmartGent custom nodes for n8n - AI-powered automation and intelligent workflow integrations including LiteLLM chat completions", "keywords": [ "n8n-community-node-package", "n8n", "n8n-nodes", "n8n-community-nodes", "smartgent", "litellm", "enterprise-search", "ai", "chatbot", "chat-completions", "automation", "workflow", "search", "langchain", "tool", "intelligent-workflows" ], "license": "MIT", "homepage": "https://github.com/chassis-app/n8n-nodes-smartgent", "author": { "name": "Max Cheung", "email": "max.cheung@jarvisnsam.ai" }, "repository": { "type": "git", "url": "https://github.com/chassis-app/n8n-nodes-smartgent.git" }, "engines": { "node": ">=20.15" }, "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" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/SmartGentApi.credentials.js", "dist/credentials/SmartGentLiteLlmApi.credentials.js", "dist/credentials/S3MinIO.credentials.js" ], "nodes": [ "dist/nodes/SmartGentEnterpriseSearch/SmartGentEnterpriseSearch.node.js", "dist/nodes/SmartGentEnterpriseSearch/SmartGentEnterpriseSearchTool.node.js", "dist/nodes/SmartgentChat/SmartgentChat.node.js", "dist/nodes/SmartgentMinio/SmartgentMinio.node.js" ] }, "devDependencies": { "@types/node": "^22.15.23", "@typescript-eslint/parser": "~8.32.0", "eslint": "^8.57.0", "eslint-plugin-n8n-nodes-base": "^1.16.3", "gulp": "^5.0.0", "prettier": "^3.5.3", "typescript": "^5.8.2" }, "peerDependencies": { "n8n-workflow": "*" }, "dependencies": { "@aws-sdk/client-s3": "^3.817.0", "@aws-sdk/s3-request-presigner": "^3.817.0", "axios": "^1.9.0" } }