We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
package.json
1 parent 586602d commit 5c73484Copy full SHA for 5c73484
1 file changed
cli/package.json
@@ -4,6 +4,15 @@
4
"description": "Local connector for npmx.dev - enables authenticated npm operations from the web UI",
5
"license": "MIT",
6
"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",
16
"bin": {
17
"npmx-connector": "./dist/cli.mjs"
18
},
0 commit comments