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