@progress/kendo-angular-schematics
Version:
Kendo UI Schematics for Angular
39 lines • 1 kB
JSON
{
"name": "@progress/kendo-angular-schematics",
"version": "21.3.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": "18 - 21",
"@angular-devkit/core": "18 - 21",
"@angular-devkit/schematics": "18 - 21",
"@schematics/angular": "18 - 21",
"rxjs": "^6.5.3 || ^7.0.0"
},
"dependencies": {
"@progress/kendo-angular-schematics": "21.3.0",
"semver": "^7.5.3",
"@types/semver": "^7.5.0"
},
"types": "./src/index.d.ts",
"main": "./src/index.js",
"type": "commonjs"
}