UNPKG

n8n-nodes-smartgent

Version:

SmartGent custom nodes for n8n - AI-powered automation and intelligent workflow integrations including LiteLLM chat completions, SharePoint file monitoring, and enterprise search

97 lines (96 loc) 3.14 kB
{ "name": "n8n-nodes-smartgent", "version": "0.2.4", "description": "SmartGent custom nodes for n8n - AI-powered automation and intelligent workflow integrations including LiteLLM chat completions, SharePoint file monitoring, and enterprise search", "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", "sharepoint", "trigger", "file-monitoring", "microsoft-graph" ], "license": "MIT", "homepage": "https://github.com/chassis-app/n8n-nodes-smartgent", "author": { "name": "Max Cheung", "email": "max.cheung@jarvisnsam.ai" }, "repository": { "type": "git", "url": "git+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", "dist/credentials/SmartgentMicrosoftSharePointApi.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", "dist/nodes/SmartgentSharePoint/SmartgentSharePoint.node.js", "dist/nodes/SmartgentSharePoint/SmartgentSharePointTrigger.node.js" ] }, "devDependencies": { "@types/node": "^22.15.23", "@types/qs": "^6.9.15", "@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.13.2", "json-2-csv": "^5.5.1", "qs": "^6.13.0" }, "overrides": { "form-data": "^4.0.5", "n8n-workflow": { "axios": "^1.13.2", "form-data": "^4.0.5" } } }