diff --git a/package.json b/package.json index 5ccbdf9..867edb3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,14 @@ "name": "command-line-args", "version": "6.0.1", "description": "A mature, feature-complete library to parse command-line options.", - "repository": "https://github.com/75lb/command-line-args", + "repository": { + "type": "git", + "url": "git+https://github.com/75lb/command-line-args.git" + }, + "homepage": "https://github.com/75lb/command-line-args#readme", + "bugs": { + "url": "https://github.com/75lb/command-line-args/issues" + }, "scripts": { "test": "npm run dist && npm run test:ci", "test:ci": "test-runner test/*.js test/*.cjs test/internals/*.js",