Files

13 lines
345 B
JSON

{
"name": "ai-code-review",
"version": "1.0.0",
"description": "AI 多角色 code review:攻擊方找問題、防守方裁決誤報,結果留言到 PR 並保存 findings",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist",
"test": "node --test"
},
"author": "Jeffery",
"license": "MIT"
}