{
  "name": "@syncfusion/ej2-treegrid",
  "version": "34.1.31",
  "description": "Essential JS 2 TreeGrid Component",
  "author": "Syncfusion Inc.",
  "license": "SEE LICENSE IN license",
  "main": "./dist/ej2-treegrid.umd.min.js",
  "module": "./index.js",
  "es2015": "./dist/es6/ej2-treegrid.es5.js",
  "dependencies": {
    "@syncfusion/ej2-base": "~34.1.30",
    "@syncfusion/ej2-data": "~34.1.29",
    "@syncfusion/ej2-grids": "~34.1.31",
    "@syncfusion/ej2-popups": "~34.1.29"
  },
  "devDependencies": {},
  "keywords": [
    "ej2",
    "syncfusion",
    "JavaScript",
    "TypeScript",
    "treelist",
    "tree-table",
    "tree-data",
    "treegrid",
    "table",
    "tree-grid-component",
    "tree-table-control",
    "hierarchy-table",
    "nested-grid",
    "treeview-grid",
    "hierarchical-grid",
    "nested-table",
    "parent-child-table",
    "collapsible-table",
    "multi-level-table"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/syncfusion/ej2-treegrid.git"
  },
  "typings": "index.d.ts",
  "sideEffects": false,
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
}