this repo has no description
1{
2 "name": "array-treeify",
3 "version": "0.1.5",
4 "description": "Simple text tree diagrams from arrays.",
5 "license": "MIT",
6 "author": "tbeseda",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/tbeseda/array-treeify.git"
10 },
11 "type": "module",
12 "main": "dist/index.js",
13 "types": "dist/index.d.ts",
14 "files": [
15 "dist/"
16 ],
17 "scripts": {
18 "lint": "biome check --write .",
19 "build": "rm -rf dist && tsc",
20 "test": "tsx --test",
21 "posttest": "npm run lint",
22 "prepublishOnly": "npm run build"
23 },
24 "devDependencies": {
25 "@biomejs/biome": "1.9.4",
26 "@types/node": "^22.15.15",
27 "tsx": "^4.19.4",
28 "typescript": "^5.8.3"
29 },
30 "keywords": [
31 "ascii",
32 "unicode",
33 "tree",
34 "treeify",
35 "diagram",
36 "cli",
37 "output",
38 "pretty",
39 "pretty print",
40 "pretty print tree"
41 ]
42}