{
  "name": "angular-render-scan",
  "version": "0.1.14",
  "description": "Visual Angular change-detection scanner for debugging component renders.",
  "keywords": [
    "angular",
    "change-detection",
    "performance",
    "profiler",
    "render",
    "scanner",
    "debugging",
    "devtools",
    "signals"
  ],
  "license": "MIT",
  "homepage": "https://github.com/edisonaugusthy/angular-render-scan#readme",
  "bugs": {
    "url": "https://github.com/edisonaugusthy/angular-render-scan/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edisonaugusthy/angular-render-scan.git",
    "directory": "packages/angular-render-scan"
  },
  "type": "module",
  "sideEffects": false,
  "module": "./dist/fesm2022/angular-render-scan.mjs",
  "types": "./dist/types/angular-render-scan.d.ts",
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    ".": {
      "types": "./dist/types/angular-render-scan.d.ts",
      "default": "./dist/fesm2022/angular-render-scan.mjs"
    },
    "./noop": {
      "types": "./dist/types/noop.d.ts",
      "default": "./dist/fesm2022/noop.mjs"
    },
    "./auto.global": "./dist/auto.global.js"
  },
  "peerDependencies": {
    "@angular/core": ">=17.0.0",
    "@angular/common": ">=17.0.0"
  }
}
