diff --git a/package.json b/package.json index 6a170b7..65081f0 100644 --- a/package.json +++ b/package.json @@ -88,5 +88,12 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } - } + }, + "repository": { + "type": "git", + "url": "https://github.com/NestCrafts/nestjs-minio.git" + }, + "bugs": { + "url": "https://github.com/NestCrafts/nestjs-minio/issues" + } }