{
  "name": "@samotics/ngx-treeview",
  "version": "20.1.2",
  "license": "MIT",
  "description": "An Angular treeview component with checkbox",
  "keywords": [
    "ng",
    "ngx",
    "angular",
    "ngx-treeview",
    "tree",
    "treeview",
    "tree-view",
    "checkbox",
    "dropdown",
    "recursive",
    "angular tree component"
  ],
  "author": "Samotics <info@samotics.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/semioticlabs/ngx-treeview.git"
  },
  "bugs": {
    "url": "https://github.com/semioticlabs/ngx-treeview/issues"
  },
  "peerDependencies": {
    "@angular/common": "^20.0.0",
    "@angular/core": "^20.0.0",
    "lodash": "^4.17.21"
  },
  "dependencies": {
    "tslib": "^2.6.0"
  },
  "module": "fesm2022/samotics-ngx-treeview.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/samotics-ngx-treeview.mjs"
    }
  },
  "sideEffects": false
}