{
"name": "repopilot",
"version": "0.11.0",
"description": "Local-first CLI for repository audit, architecture risk detection, baseline tracking, and CI-friendly code review.",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/MykytaStel/repopilot.git"
},
"homepage": "https://github.com/MykytaStel/repopilot#readme",
"bugs": {
"url": "https://github.com/MykytaStel/repopilot/issues"
},
"bin": {
"repopilot": "bin/repopilot.js"
},
"scripts": {
"test": "npm run test:npm",
"test:npm": "node --test tests/npm_wrapper.test.js",
"release:check": "bash scripts/verify-release.sh",
"product:smoke": "bash scripts/smoke-product.sh"
},
"files": [
"bin",
"README.md",
"LICENSE"
],
"optionalDependencies": {
"@repopilot/darwin-arm64": "0.11.0",
"@repopilot/darwin-x64": "0.11.0",
"@repopilot/linux-arm64-gnu": "0.11.0",
"@repopilot/linux-x64-gnu": "0.11.0",
"@repopilot/win32-x64-msvc": "0.11.0"
},
"keywords": [
"cli",
"audit",
"code-review",
"static-analysis",
"architecture",
"react-native"
],
"engines": {
"node": ">=18"
}
}