this repo has no description
1{
2 "name": "array-treeify",
3 "version": "0.1.0",
4 "description": "",
5 "keywords": ["ascii", "tree", "treeify"],
6 "license": "MIT",
7 "author": "tbeseda",
8 "type": "module",
9 "main": "dist/index.js",
10 "types": "dist/index.d.ts",
11 "files": ["dist"],
12 "scripts": {
13 "lint": "biome check --write .",
14 "build": "tsc",
15 "pretest": "npm run build",
16 "test": "node --test",
17 "posttest": "npm run lint",
18 "prepublishOnly": "npm run build"
19 },
20 "devDependencies": {
21 "@biomejs/biome": "1.9.4",
22 "@types/node": "^22.13.14",
23 "typescript": "^5.3.3"
24 }
25}