Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit c0d2cf4

Browse files
committed
Update package.json for publishing
1 parent f99bdfd commit c0d2cf4

1 file changed

Lines changed: 25 additions & 3 deletions

File tree

frontends/webcomponent/package.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,32 @@
1212
"build-storybook": "storybook build",
1313
"test": "echo \"Error: no test specified\" && exit 1"
1414
},
15-
"keywords": [],
16-
"author": "",
17-
"license": "ISC",
15+
"keywords": [
16+
"vanna",
17+
"ai",
18+
"sql",
19+
"web-components",
20+
"lit",
21+
"chat",
22+
"llm",
23+
"natural-language"
24+
],
25+
"author": "Zain Hoda <[email protected]>",
26+
"license": "MIT",
1827
"type": "commonjs",
28+
"repository": {
29+
"type": "git",
30+
"url": "https://github.com/vanna-ai/vanna.git",
31+
"directory": "frontends/webcomponent"
32+
},
33+
"homepage": "https://github.com/vanna-ai/vanna",
34+
"bugs": {
35+
"url": "https://github.com/vanna-ai/vanna/issues"
36+
},
37+
"files": [
38+
"dist",
39+
"src"
40+
],
1941
"dependencies": {
2042
"lit": "^3.3.1",
2143
"plotly.js-dist-min": "^3.1.0"

0 commit comments

Comments
 (0)