UNPKG

displayastree

Version:

Simple way to display data as a tree structure.

47 lines 936 B
{ "name": "displayastree", "description": "Simple way to display data as a tree structure.", "version": "3.0.0", "license": "MPL-2.0", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib" ], "author": { "name": "Bas950", "email": "me@bas950.com", "url": "https://bas950.com" }, "contributors": [ "Timeraa", "Jumbo_1907" ], "repository": { "type": "git", "url": "git+https://github.com/Bas950/packages.git", "directory": "packages/DisplayAsTree" }, "bugs": { "url": "https://github.com/Bas950/packages/issues" }, "keywords": [ "typescript", "tree", "data", "display", "list" ], "devDependencies": { "typescript": "^5.3.3" }, "packageManager": "pnpm@8.15.2", "engines": { "node": ">=18" }, "scripts": { "test": "vitest --run --coverage", "test:ui": "vitest --ui --coverage" } }