Skip to content

Commit 2ebfca5

Browse files
committed
fix(cli): package metadata
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent 1e61870 commit 2ebfca5

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

projects/cli/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@
55
"extends": "../../release.config.js"
66
},
77
"description": "Command-line interface for Elements development and tooling, providing interactive prompts, project scaffolding, and integration with AI assistants via Model Context Protocol.",
8+
"keywords": [
9+
"cli",
10+
"mcp",
11+
"elements",
12+
"web-components"
13+
],
14+
"homepage": "https://NVIDIA.github.io/elements/",
815
"type": "module",
916
"repository": {
1017
"type": "git",
11-
"url": "git+https://github.com/NVIDIA/elements.git"
18+
"url": "git+https://github.com/NVIDIA/elements.git",
19+
"directory": "projects/cli"
1220
},
1321
"sideEffects": false,
1422
"bin": {

0 commit comments

Comments
 (0)