mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-09 17:28:58 +00:00
18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|
"name": "@ali/open-code-review",
|
|
"version": "0.1.4",
|
|
"description": "OpenCodeReview CLI — AI-powered code review tool",
|
|
"bin": {
|
|
"ocr": "bin/ocr.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/install.js"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.anpm.alibaba-inc.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|