@selleo/chatbot-client
Version:
Client that can be integrated with a backend created with openai
31 lines (30 loc) • 841 B
JSON
{
"name": "@selleo/chatbot-client",
"version": "1.0.7",
"description": "Client that can be integrated with a backend created with openai",
"type": "module",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/es.js",
"require": "./lib/umd.js"
},
"./lib/styles.css": {
"require": "./lib/styles.css",
"default": "./lib/styles.css"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Selleo/knowledge-package.git"
},
"files": ["./lib/"],
"keywords": ["typescript", "utils", "chatbot", "openai", "react", "AI"],
"author": "Mateusz Gacek",
"license": "MIT",
"bugs": {
"url": "https://github.com/Selleo/knowledge-package/issues"
},
"homepage": "https://github.com/Selleo/knowledge-package#readme"
}