diff --git a/README.md b/README.md index 18adcde..f9e853a 100644 --- a/README.md +++ b/README.md @@ -1,115 +1,102 @@
Static analysis for Angular — catch architecture problems, performance issues, and code quality violations before they reach production.
- +Angular-aware static analysis for architecture, performance, SSR, security, and code quality.
+
Static analysis for Angular — catch architecture problems, performance issues, and code quality violations before they reach production.
diff --git a/packages/cli/package.json b/packages/cli/package.json index 558687e..f8e6f94 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,66 +1,66 @@ -{ - "name": "ngcompass", - "version": "0.1.1-beta", - "description": "Command line interface for ngcompass", - "sideEffects": false, - "bin": { - "ngcompass": "./dist/cli.js" - }, - "main": "./dist/index.cjs", - "module": "./dist/index.js", - "types": "./dist/index.d.ts", - "type": "module", - "engines": { - "node": "^20.19.0 || \u003e=22.12.0" - }, - "exports": { - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js", - "require": "./dist/index.cjs" - } - }, - "files": [ - "dist", - "README.md" - ], - "scripts": { - "prepack": "node -e \"require('fs').copyFileSync('../../README.md','./README.md')\"", - "build": "tsup", - "build:prod": "tsup --minify", - "dev": "tsup --watch", - "test": "vitest run --passWithNoTests", - "test:watch": "vitest --passWithNoTests", - "test:ui": "vitest --ui --passWithNoTests", - "test:coverage": "vitest run --coverage --passWithNoTests", - "typecheck": "tsc --noEmit", - "clean": "rimraf dist .turbo" - }, - "dependencies": { - "@ngcompass/common": "workspace:*", - "@ngcompass/reporters": "workspace:*", - "@ngcompass/rules": "workspace:*", - "@ngcompass/cache": "workspace:*", - "@ngcompass/config": "workspace:*", - "@ngcompass/engine": "workspace:*", - "@ngcompass/scanner": "workspace:*", - "@ngcompass/planner": "workspace:*", - "@ngcompass/ast": "workspace:*", - "commander": "^11.0.0", - "picocolors": "^1.1.1" - }, - "keywords": [ - "angular", - "analysis", - "cli" - ], - "author": "ngcompass", - "license": "MIT", - "publishConfig": { - "access": "public" - }, - "devDependencies": { - "@types/node": "^25.1.0", - "typescript": "catalog:" - } +{ + "name": "ngcompass", + "version": "0.1.1-beta.0", + "description": "Command line interface for ngcompass", + "sideEffects": false, + "bin": { + "ngcompass": "./dist/cli.js" + }, + "main": "./dist/index.cjs", + "module": "./dist/index.js", + "types": "./dist/index.d.ts", + "type": "module", + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "import": "./dist/index.js", + "require": "./dist/index.cjs" + } + }, + "files": [ + "dist", + "README.md" + ], + "scripts": { + "prepack": "node -e \"require('fs').copyFileSync('../../README.md','./README.md')\"", + "build": "tsup", + "build:prod": "tsup --minify", + "dev": "tsup --watch", + "test": "vitest run --passWithNoTests", + "test:watch": "vitest --passWithNoTests", + "test:ui": "vitest --ui --passWithNoTests", + "test:coverage": "vitest run --coverage --passWithNoTests", + "typecheck": "tsc --noEmit", + "clean": "rimraf dist .turbo" + }, + "dependencies": { + "@ngcompass/common": "workspace:*", + "@ngcompass/reporters": "workspace:*", + "@ngcompass/rules": "workspace:*", + "@ngcompass/cache": "workspace:*", + "@ngcompass/config": "workspace:*", + "@ngcompass/engine": "workspace:*", + "@ngcompass/scanner": "workspace:*", + "@ngcompass/planner": "workspace:*", + "@ngcompass/ast": "workspace:*", + "commander": "^11.0.0", + "picocolors": "^1.1.1" + }, + "keywords": [ + "angular", + "analysis", + "cli" + ], + "author": "ngcompass", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "devDependencies": { + "@types/node": "^25.1.0", + "typescript": "catalog:" + } }