{
  "name": "@progress/kendo-angular-schematics",
  "version": "18.4.0",
  "description": "Kendo UI Schematics for Angular",
  "license": "SEE LICENSE in LICENSE.md",
  "author": "Progress",
  "homepage": "https://www.telerik.com/kendo-angular-ui/components/",
  "bugs": {
    "url": "https://github.com/telerik/kendo-angular"
  },
  "keywords": [
    "blueprints",
    "code generation",
    "schematics",
    "Kendo UI",
    "Progress",
    "Angular",
    "DevKit",
    "Angular DevKit",
    "Angular CLI",
    "angular-schematics"
  ],
  "schematics": "./collection.json",
  "peerDependencies": {
    "@angular/core": "16 - 19",
    "@angular-devkit/core": "16 - 19",
    "@angular-devkit/schematics": "16 - 19",
    "@schematics/angular": "16 - 19",
    "rxjs": "^6.5.3 || ^7.0.0"
  },
  "dependencies": {
    "@progress/kendo-angular-schematics": "18.4.0",
    "semver": "^7.5.3",
    "@types/semver": "^7.5.0"
  },
  "main": "./src/index.js",
  "type": "commonjs"
}