{
  "name": "@esm-bundle/angular__compiler",
  "version": "21.0.3",
  "description": "Repo to test esm-bundle's automatic publishing",
  "type": "module",
  "exports": {
    ".": {
      "es2022": "./es2022/angular-compiler.js",
      "default": "./es2022/angular-compiler.js"
    }
  },
  "scripts": {
    "pretty-quick": "pretty-quick",
    "test": "pnpm run build && concurrently -n w: 'pnpm:test:*'",
    "test:browser": "karma start karma.conf.cjs --single-run",
    "debug:test:browser": "karma start karma.conf.cjs",
    "test:formatting": "prettier --check .",
    "build": "rimraf system es2022 && rollup -c",
    "format": "prettier --write .",
    "release": "release-it",
    "prepublishOnly": "pnpm run build && pinst --disable",
    "_postinstall": "husky install",
    "postpublish": "pinst --enable"
  },
  "files": [
    "es2022",
    "system"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/esm-bundle/angular__compiler.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/esm-bundle/angular__compiler/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/esm-bundle/angular__compiler#readme",
  "devDependencies": {
    "@angular/compiler": "21.0.3",
    "@angular/compiler-cli": "21.0.3",
    "@rollup/plugin-babel": "6.1.0",
    "@rollup/plugin-terser": "0.4.4",
    "concurrently": "9.2.1",
    "husky": "9.1.7",
    "karma": "6.4.4",
    "karma-firefox-launcher": "2.1.3",
    "karma-jasmine": "5.1.0",
    "pinst": "3.0.0",
    "prettier": "3.7.4",
    "pretty-quick": "4.2.2",
    "release-it": "19.0.6",
    "release-it-plugin-esm-bundle": "3.0.0",
    "rimraf": "6.1.2",
    "rollup": "4.53.3",
    "rxjs": "7.8.2",
    "typescript": "5.9.3"
  }
}
