doc_chat_ai
Version:
Backend SDK for ChatAI - Simple and efficient communication with ChatAI API
42 lines • 948 B
JSON
{
"name": "doc_chat_ai",
"version": "2.1.0",
"description": "Backend SDK for ChatAI - Simple and efficient communication with ChatAI API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"chatai",
"ai",
"chat",
"sdk",
"api",
"document",
"rag",
"vector-search"
],
"author": "Pankaj <pankaj.kumar@antiersolutions.com>",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/node-fetch": "^2.6.12",
"typescript": "^4.9.0"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toskypd/doc_chat_ai.git"
},
"bugs": {
"url": "https://github.com/toskypd/doc_chat_ai.git/issues"
},
"homepage": "https://github.com/toskypd/doc_chat_ai.git#readme"
}