UNPKG

@magda/org-tree

Version:

MAGDA Organizational Hierarchy Management Utilities

54 lines (53 loc) 1.19 kB
{ "name": "@magda/org-tree", "description": "MAGDA Organizational Hierarchy Management Utilities", "version": "5.5.0-alpha.2", "type": "module", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "engines": { "node": ">=18.19.0" }, "bin": { "org-tree": "./dist/index.js" }, "scripts": { "org-tree": "./dist/index.js", "prebuild": "rimraf dist", "build": "node esbuild.js", "release": "npm publish || echo \"Skip releasing npm package @magda/org-tree.\"" }, "author": "", "license": "Apache-2.0", "devDependencies": { "@magda/authorization-api": "^5.5.0-alpha.2", "@magda/scripts": "^5.5.0-alpha.2", "@magda/typescript-common": "^5.5.0-alpha.2", "chalk": "^2.4.1", "commander": "^11.1.0", "esbuild": "^0.19.10", "fs-extra": "^11.2.0", "text-treeview": "^1.0.1" }, "dependencies": { "pg": "^8.11.3" }, "magda": { "language": "typescript", "categories": { "npmPackage": true, "useAuthApi": true } }, "keywords": [ "Magda", "Organizational Hierarchy Management", "CLI Tool", "org-tree" ], "files": [ "dist" ] }