UNPKG

object-as-tree

Version:

Visualise a Javascript/Typescript object in a tree structure

43 lines (42 loc) 936 B
{ "name": "object-as-tree", "version": "1.0.5", "description": "Visualise a Javascript/Typescript object in a tree structure", "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "test": "NO_COLOR=true vitest" }, "repository": { "type": "git", "url": "git+https://github.com/kolotsey/object-as-tree.git" }, "keywords": [ "Debug", "Hierarchy", "JSON", "Object", "Print", "Structure", "Tree", "Visualise" ], "author": "Sergey Kolotsey", "license": "MIT", "bugs": { "url": "https://github.com/kolotsey/object-as-tree/issues" }, "homepage": "https://github.com/kolotsey/object-as-tree#readme", "devDependencies": { "@vitest/coverage-v8": "^3.1.2", "ts-node": "^10.9.2", "tsup": "^8.0.2", "typescript": "^5.4.5", "vitest": "^3.1.2" } }