Skip to content

Commit 8ccb460

Browse files
committed
chore: make the repo public
1 parent 052c29b commit 8ccb460

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

package.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
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",

0 commit comments

Comments
 (0)