diff --git a/package.json b/package.json index d295f1c70..56d5ef6ea 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,14 @@ "eslintplugin", "eslint-plugin" ], - "repository": "jest-community/eslint-plugin-jest", + "repository": { + "type": "git", + "url": "git+https://github.com/jest-community/eslint-plugin-jest.git" + }, + "homepage": "https://github.com/jest-community/eslint-plugin-jest#readme", + "bugs": { + "url": "https://github.com/jest-community/eslint-plugin-jest/issues" + }, "license": "MIT", "author": { "name": "Jonathan Kim",