diff --git a/package.json b/package.json index d88a673..408da3d 100644 --- a/package.json +++ b/package.json @@ -3,20 +3,32 @@ "version": "1.0.0", "description": "to take actions of multiple issues created by same author", "main": "dist/index.js", + "type": "module", "scripts": { "test": "npm test", "build": "tsc", "workflow": "npm run build && node dist/index.js" }, + "repository": { + "type": "git", + "url": "git+https://github.com/Anmol-Baranwal/close-multiple-issues.git" + }, + "bugs": { + "url": "https://github.com/Anmol-Baranwal/close-multiple-issues/issues" + }, + "homepage": "https://github.com/Anmol-Baranwal/close-multiple-issues#readme", "keywords": [ "action", "github", "duplicate", "issues", - "close" + "close", + "label", + "comment", + "multiple issues" ], - "author": "Anmol-Baranwal", - "license": "ISC", + "author": "Anmol-Baranwal (https://github.com/Anmol-Baranwal)", + "license": "GPL-3.0-only", "devDependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0",