Files
AiReviewPR/package.json
caesar 484116be5c fix
2025-01-16 09:06:11 +08:00

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"
}
}