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