16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"name": "ai-code-review",
|
|
"version": "1.0.0",
|
|
"description": "AI code review Gitea action",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "npm --prefix app test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.jsc.idv.tw/docker-actions/ai-code-review.git"
|
|
},
|
|
"author": "Jeffery",
|
|
"license": "ISC"
|
|
}
|