{
  "name": "@syncfusion/ej2-angular-base",
  "version": "30.2.4",
  "description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "main": "./dist/ej2-angular-base.umd.min.js",
  "module": "./index.js",
  "schematics": "./schematics/collection.json",
  "keywords": [
    "ej2",
    "syncfusion",
    "web-components",
    "ej2-angular-base",
    "Angular DevKit",
    "angular",
    "ng"
  ],
  "dependencies": {
    "@syncfusion/ej2-base": "~30.2.4",
    "@syncfusion/ej2-icons": "~30.2.4"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-angular-ui-components"
  },
  "homepage": "https://www.syncfusion.com/angular-components",
  "scripts": {
    "postinstall": "node ./postinstall.js"
  },
  "typings": "index.d.ts",
  "sideEffects": true
}