Skip to content

Commit

Permalink
chore: update package.json with standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Oct 16, 2023
1 parent afc6148 commit 3b97c81
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> (https://github.com/Anmol-Baranwal)",
"license": "GPL-3.0-only",
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
Expand Down

0 comments on commit 3b97c81

Please sign in to comment.