@ali-hm/angular-tree-component
Version:
A simple yet powerful tree component for Angular 12+
49 lines • 1.34 kB
JSON
{
"name": "@ali-hm/angular-tree-component",
"version": "21.0.4",
"description": "A simple yet powerful tree component for Angular 12+",
"author": "ali-hm",
"homepage": "https://github.com/ali-hm/angular-tree-component",
"license": "MIT",
"repository": "https://github.com/ali-hm/angular-tree-component.git",
"bugs": {
"url": "https://github.com/ali-hm/angular-tree-component/issues"
},
"readme": "https://github.com/ali-hm/angular-tree-component/blob/master/README.md",
"keywords": [
"ng",
"angular",
"tree",
"treeview",
"tree-view",
"angular-tree",
"angular tree",
"ngtree",
"ng-tree",
"angular-treeview",
"angular-tree-component",
"angular tree component"
],
"peerDependencies": {
"@angular/common": ">=21.0",
"@angular/core": ">=21.0"
},
"dependencies": {
"tslib": "^2.5.0"
},
"exports": {
"./css/angular-tree-component.css": {
"style": "./css/angular-tree-component.css"
},
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ali-hm-angular-tree-component.d.ts",
"default": "./fesm2022/ali-hm-angular-tree-component.mjs"
}
},
"module": "fesm2022/ali-hm-angular-tree-component.mjs",
"typings": "types/ali-hm-angular-tree-component.d.ts",
"sideEffects": false
}