{
  "name": "@bugsplat/angular-tree-component",
  "author": "Circlon Group <os-group@circlon.de>",
  "homepage": "https://github.com/BugSplat-Git/angular-tree-component",
  "description": "A simple yet powerful tree component for Angular2",
  "license": "MIT",
  "version": "18.0.0",
  "repository": "https://github.com/BugSplat-Git/angular-tree-component.git",
  "bugs": {
    "url": "https://github.com/BugSplat-Git/angular-tree-component/issues"
  },
  "readme": "https://github.com/BugSplat-Git/angular-tree-component/blob/master/README.md",
  "contributors": [
    "Adam Klein <adam@500tech.com>",
    "Bobby Galli <bobbyg603@gmail.com>"
  ],
  "keywords": [
    "ng",
    "angular",
    "ng2",
    "angular2",
    "tree",
    "treeview",
    "tree-view",
    "angular2-tree",
    "angular-tree",
    "angular tree",
    "angular2 tree",
    "ng2-tree",
    "ng2tree",
    "ng2 tree",
    "ngtree",
    "ng-tree",
    "angular-treeview",
    "angular2-treeview",
    "angular-tree-component",
    "angular tree component",
    "angular2-tree-component",
    "angular2 tree component"
  ],
  "dependencies": {
    "mobx": "~4.14.1",
    "tslib": "^2.0.0"
  },
  "module": "fesm2022/bugsplat-angular-tree-component.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/bugsplat-angular-tree-component.mjs",
      "esm": "./esm2022/bugsplat-angular-tree-component.mjs",
      "default": "./fesm2022/bugsplat-angular-tree-component.mjs"
    }
  },
  "sideEffects": false
}