Skip to content

Commit 5c73484

Browse files
committed
chore(cli): add metadata to package.json
1 parent 586602d commit 5c73484

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

cli/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
"description": "Local connector for npmx.dev - enables authenticated npm operations from the web UI",
55
"license": "MIT",
66
"type": "module",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/danielroe/npmx.dev.git",
10+
"directory": "cli"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/danielroe/npmx.dev/issues"
14+
},
15+
"homepage": "https://npmx.dev",
716
"bin": {
817
"npmx-connector": "./dist/cli.mjs"
918
},

0 commit comments

Comments
 (0)