{
  "name": "devextreme-angular",
  "version": "22.1.14",
  "description": "Angular UI and visualization components based on DevExtreme widgets",
  "repository": {
    "type": "git",
    "url": "https://github.com/DevExpress/devextreme-angular.git"
  },
  "author": "Developer Express Inc.",
  "license": "MIT",
  "peerDependencies": {
    "devextreme": "~22.1.14",
    "@angular/core": ">12.0.0 <=15.X.X",
    "@angular/common": ">12.0.0 <=15.X.X",
    "@angular/forms": ">12.0.0 <=15.X.X"
  },
  "main": "bundles/devextreme-angular.umd.js",
  "keywords": [
    "angular",
    "devextreme",
    "devexpress"
  ],
  "dependencies": {
    "@angular-devkit/schematics": "^12.0.0",
    "devextreme-schematics": "latest",
    "inferno-server": "7.4.4",
    "tslib": "^2.2.0"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2015/devextreme-angular.js",
  "es2015": "fesm2015/devextreme-angular.js",
  "esm2015": "esm2015/devextreme-angular.js",
  "fesm2015": "fesm2015/devextreme-angular.js",
  "typings": "devextreme-angular.d.ts",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}