n8n-nodes-gigachat
Version:
A user-friendly GigaChat AI (Sber) nodes for n8n
77 lines (76 loc) • 1.72 kB
JSON
{
"name": "n8n-nodes-gigachat",
"version": "1.6.1",
"description": "A user-friendly GigaChat AI (Sber) nodes for n8n",
"keywords": [
"gigachat",
"sber",
"n8n-community-node-package",
"n8n-nodes-gigachat",
"n8n-nodes",
"n8n",
"n8n.io",
"n8n.io-nodes"
],
"license": "MIT",
"homepage": "https://github.com/tomyumm-ge/n8n-gigachat",
"author": {
"name": "tomyumm-ge",
"email": "i@msmyk.ru"
},
"repository": {
"type": "git",
"url": "https://github.com/tomyumm-ge/n8n-gigachat.git"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=9.1"
},
"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"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/GigaChatApi.credentials.js"
],
"nodes": [
"dist/nodes/llms/LmGigaChat/LmGigaChat.node.js",
"dist/nodes/embeddings/EmGigaChat/EmGigaChat.node.js",
"dist/nodes/chat/GigaChat/GigaChat.node.js",
"dist/nodes/api/ApiGigaChat/ApiGigaChat.node.js"
]
},
"devDependencies": {
"@types/node": "^22.14.1",
"@typescript-eslint/parser": "^8.31.0",
"eslint": "^9.25.1",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"overrides": {
"n8n-workflow": {
"axios": "^1.12.0",
"form-data": "^4.0.4"
}
},
"dependencies": {
"@langchain/community": "^0.3.48",
"gigachat": "^0.0.14",
"langchain-gigachat": "^0.0.11",
"remove-markdown": "^0.6.2"
}
}