added packages

This commit is contained in:
pacnpal
2024-12-10 18:47:28 -05:00
parent ea91b5dbd9
commit e7fe823f22
2 changed files with 3424 additions and 4 deletions

3415
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -7,13 +7,18 @@
"test": "jest",
"build": "ncc build action.js -o dist"
},
"keywords": ["github", "action", "code-review", "claude"],
"keywords": [
"github",
"action",
"code-review",
"claude"
],
"author": "PacNPal",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {