File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @sqliteai/docs-chatbot" ,
33 "description" : " Documentation search chatbot powered by SQLite and AI" ,
4- "version" : " 0.1.0 " ,
4+ "version" : " 0.1.1 " ,
55 "license" : " MIT" ,
66 "type" : " module" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git+https://github.com/sqliteai/chatbot.git"
10+ },
11+ "homepage" : " https://github.com/sqliteai/chatbot#readme" ,
12+ "bugs" : {
13+ "url" : " https://github.com/sqliteai/chatbot/issues"
14+ },
15+ "keywords" : [
16+ " chatbot" ,
17+ " documentation" ,
18+ " search" ,
19+ " sqlite" ,
20+ " ai" ,
21+ " vector-search" ,
22+ " semantic-search" ,
23+ " react" ,
24+ " react-component"
25+ ],
26+ "author" : " SQLite Cloud" ,
27+ "publishConfig" : {
28+ "access" : " public"
29+ },
730 "main" : " ./dist/cjs/index.cjs.js" ,
831 "module" : " ./dist/esm/index.esm.js" ,
932 "types" : " ./dist/esm/lib/DocsChatbot.d.ts" ,
You can’t perform that action at this time.
0 commit comments