auto-cr-cmd
Version:
Fast automated code review CLI powered by SWC-based static analysis
71 lines (70 loc) • 1.89 kB
JSON
{
"name": "auto-cr-cmd",
"version": "2.0.66",
"description": "Fast automated code review CLI powered by SWC-based static analysis",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"bin": {
"check": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc --build tsconfig.json",
"build:force": "tsc --build tsconfig.json --force",
"postbuild": "node ../../scripts/readme-sync.mjs copy auto-cr-cmd",
"postbuild:force": "node ../../scripts/readme-sync.mjs copy auto-cr-cmd",
"dev": "tsc --watch",
"start": "node dist/index.js",
"cli": "ts-node src/index.ts",
"prepublishOnly": "pnpm run build",
"release": "pnpm run build && npm publish --access public",
"format": "prettier --write src"
},
"keywords": [
"auto-cr",
"code-review",
"static-analysis",
"cli",
"linting",
"typescript",
"javascript",
"developer-tools"
],
"author": "wangweiwei",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wangweiwei/auto-cr.git",
"directory": "packages/auto-cr-cmd"
},
"homepage": "https://github.com/wangweiwei/auto-cr#readme",
"bugs": {
"url": "https://github.com/wangweiwei/auto-cr/issues"
},
"sideEffects": false,
"dependencies": {
"@swc/core": "^1.13.20",
"@swc/wasm": "^1.14.0",
"auto-cr-rules": "^2.0.66",
"commander": "^14.0.0",
"consola": "^3.4.2",
"picomatch": "^4.0.3"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@swc/types": "^0.1.25",
"@types/node": "^24.9.2",
"@types/picomatch": "^4.0.2",
"eslint": "^9.38.0",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.3.0",
"jiti": "^2.5.1",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.46.2"
}
}