n8n-nodes-gigachat
Version:
A user-friendly GigaChat AI (Sber) nodes for n8n
66 lines (65 loc) • 1.4 kB
JSON
{
"name": "n8n-nodes-gigachat",
"version": "0.1.2",
"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"
]
},
"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": "*"
},
"dependencies": {
"gigachat": "^0.0.14",
"langchain-gigachat": "^0.0.11"
}
}