17 lines
360 B
JSON
17 lines
360 B
JSON
{
|
|
"name": "ai-code-review",
|
|
"version": "1.0.0",
|
|
"description": "AI 程式碼審查 Gitea Node action",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "node --experimental-test-module-mocks --test test/*.test.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.7",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"author": "Jeffery",
|
|
"license": "MIT"
|
|
}
|