feat(ai-code-review): 新增 AI 程式碼審查主程式、模組與測試
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "ai-code-review",
|
||||
"version": "1.0.0",
|
||||
"description": "AI 程式碼審查 Gitea Node action",
|
||||
"type": "module",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "node --test test/*.test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.6.7",
|
||||
"js-yaml": "^4.1.0"
|
||||
},
|
||||
"author": "Jeffery",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user