mirror of
https://github.com/kekxv/AiReviewPR.git
synced 2025-02-11 22:41:50 +01:00
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"name": "hello-world-action",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^22.10.6",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.2.5",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|