@abstraxn/chat-ai
Version:
Abstraxn ChatAI package for Simple and efficient communication with ChatAI API
38 lines • 771 B
JSON
{
"name": "@abstraxn/chat-ai",
"version": "0.0.1",
"description": "Abstraxn ChatAI package for Simple and efficient communication with ChatAI API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc"
},
"keywords": [
"chatai",
"RAG",
"Abstraxn",
"SDK",
"AskAI"
],
"author": "Pankaj Kumar <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",
"rimraf": "^6.0.1"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/*",
"README.md"
]
}