[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(cli): add metadata to `package.json`

+9
+9
cli/package.json
··· 4 4 "description": "Local connector for npmx.dev - enables authenticated npm operations from the web UI", 5 5 "license": "MIT", 6 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", 7 16 "bin": { 8 17 "npmx-connector": "./dist/cli.mjs" 9 18 },