mirror of
https://github.com/pacnpal/Claude-code-review.git
synced 2025-12-20 04:11:04 -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
13
package.json
13
package.json
@@ -7,17 +7,22 @@
|
|||||||
"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": {
|
||||||
"@vercel/ncc": "^0.38.3",
|
"@vercel/ncc": "^0.38.3",
|
||||||
"jest": "^29.7.0"
|
"jest": "^29.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user