Files
JefferyandClaude Fable 5 98bffafe9e
node-actions/template: CI / BUILD (pull_request) Successful in 3s
chore(package.json): 更新套件名稱與描述為 ai-code-review
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 16:53:27 +08:00

12 lines
318 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"
},
"author": "Jeffery",
"license": "MIT"
}