{
  "name": "@capacitor/angular",
  "version": "2.0.3",
  "description": "Schematics for capacitor/angular apps.",
  "homepage": "https://capacitor.ionicframework.com",
  "author": "Ionic Team <hi@ionicframework.com> (https://ionicframework.com)",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "prepublishOnly": "npm run build",
    "cz": "git-cz",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ionic-team/capacitor-angular-toolkit"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/capacitor-angular-toolkit/issues"
  },
  "keywords": [
    "angular",
    "Angular CLI",
    "blueprints",
    "code generation",
    "devkit",
    "schematics",
    "ionic",
    "ionic framework",
    "ionicframework",
    "capacitor",
    "cap",
    "cross platform"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular-devkit/core": ">=12.0.0",
    "@angular-devkit/schematics": ">=12.0.0"
  },
  "devDependencies": {
    "@angular-devkit/core": "^12.0.0",
    "@angular-devkit/schematics": "^12.0.0",
    "@angular/cli": "^12.0.0",
    "@semantic-release/changelog": "^5.0.0",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/github": "^7.0.0",
    "@semantic-release/npm": "^7.0.0",
    "@types/node": "~10.12.0",
    "commitizen": "^4.1.2",
    "cz-conventional-changelog": "^3.1.0",
    "husky": "^4.0.10",
    "lint-staged": "^10.0.4",
    "rxjs": "^7.4.0",
    "semantic-release": "^18.0.0",
    "typescript": "^4.2.4"
  },
  "schematics": "./schematics/collection.json",
  "release": {
    "branches": [
      "stable",
      "main"
    ],
    "verifyConditions": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/github",
      "@semantic-release/git"
    ],
    "prepare": [
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git"
    ],
    "publish": [
      "@semantic-release/github",
      "@semantic-release/npm"
    ],
    "success": [
      "@semantic-release/github"
    ],
    "fail": [
      "@semantic-release/github"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "jsonc-parser": "^3.0.0"
  }
}
