diff --git a/package.json b/package.json index 88b740e..3a91ee6 100644 --- a/package.json +++ b/package.json @@ -16,9 +16,14 @@ "scripts": { "test": "node --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=cobertura --test-reporter-destination=cobertura-coverage.xml --test ./tests/index.test.js" }, + "repository": "git+https://github.com/bacebu4/cobertura.git", "main": "index.js", "author": "Vasilii Krasikov", "license": "MIT", + "bugs": { + "url": "https://github.com/bacebu4/cobertura/issues" + }, + "homepage": "https://github.com/bacebu4/cobertura#readme", "devDependencies": { "@reporters/github": "^1.5.3", "cobertura": "^0.0.1-beta.2"