mirror of
https://github.com/pacnpal/Claude-code-review.git
synced 2025-12-20 12:11:09 -05:00
added packages
This commit is contained in:
3415
package-lock.json
generated
Normal file
3415
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@@ -7,13 +7,18 @@
|
|||||||
"test": "jest",
|
"test": "jest",
|
||||||
"build": "ncc build action.js -o dist"
|
"build": "ncc build action.js -o dist"
|
||||||
},
|
},
|
||||||
"keywords": ["github", "action", "code-review", "claude"],
|
"keywords": [
|
||||||
|
"github",
|
||||||
|
"action",
|
||||||
|
"code-review",
|
||||||
|
"claude"
|
||||||
|
],
|
||||||
"author": "PacNPal",
|
"author": "PacNPal",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.11.1",
|
||||||
"@actions/github": "^6.0.0",
|
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
|
"@actions/github": "^6.0.0",
|
||||||
"node-fetch": "^3.3.2"
|
"node-fetch": "^3.3.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user