{
  "name": "@ionic/angular-toolkit",
  "version": "12.2.0",
  "license": "MIT",
  "description": "Schematics for @ionic/angular apps.",
  "homepage": "https://ionicframework.com/",
  "author": "Ionic Team <hi@ionicframework.com> (https://ionicframework.com)",
  "scripts": {
    "build": "tsc",
    "lint": "true",
    "watch": "tsc -w",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ionic-team/angular-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/ionic-team/angular-toolkit/issues"
  },
  "keywords": [
    "angular",
    "Angular CLI",
    "blueprints",
    "code generation",
    "devkit",
    "schematics",
    "ionic",
    "ionic framework",
    "ionicframework"
  ],
  "dependencies": {
    "@angular-devkit/core": "^19.0.0",
    "@angular-devkit/schematics": "^19.0.0",
    "@schematics/angular": "^19.0.0"
  },
  "devDependencies": {
    "lint-staged": "^12.0.2",
    "typescript": ">=5.5.0 <5.9.0"
  },
  "eslintConfig": {
    "extends": [
      "../../package.json"
    ]
  },
  "schematics": "./collection.json",
  "gitHead": "2146fa2f9337451289d6fd412c2d8595778b2e54"
}
