{ "name": "array-treeify", "version": "0.1.0", "description": "", "keywords": ["ascii", "tree", "treeify"], "license": "MIT", "author": "tbeseda", "repository": { "type": "git", "url": "https://github.com/tbeseda/array-treeify.git" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist"], "scripts": { "lint": "biome check --write .", "build": "rm -rf dist && tsc", "pretest": "npm run build", "test": "node --test", "posttest": "npm run lint", "prepublishOnly": "npm run build" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "^22.13.14", "typescript": "^5.3.3" } }