gigachat-node
Version:
The unoffical JavaScript/TypesSript library for the GigaChat API
28 lines (27 loc) • 608 B
JSON
{
"name": "gigachat-node",
"version": "2.4.5",
"description": "The unoffical JavaScript/TypesSript library for the GigaChat API",
"main": "index.js",
"type": "commonjs",
"repository": "git+https://github.com/zloishavrin/gigachat-node.git",
"homepage": "https://zloishavrin.github.io/gigachat-node/",
"lint-staged": {
"*.ts": [
"eslint --fix",
"prettier --write"
]
},
"keywords": [
"ai",
"gigachat",
"sber",
"kandynski",
"Сбер",
"Гигачат",
"Кандинский",
"llm"
],
"author": "Nikita Shavrin",
"license": "ISC"
}