this repo has no description
1{
2 "name": "array-treeify",
3 "version": "0.1.1",
4 "description": "",
5 "keywords": [
6 "ascii",
7 "tree",
8 "treeify"
9 ],
10 "license": "MIT",
11 "author": "tbeseda",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/tbeseda/array-treeify.git"
15 },
16 "type": "module",
17 "main": "dist/index.js",
18 "types": "dist/index.d.ts",
19 "files": [
20 "dist"
21 ],
22 "scripts": {
23 "lint": "biome check --write .",
24 "build": "rm -rf dist && tsc",
25 "pretest": "npm run build",
26 "test": "node --test",
27 "posttest": "npm run lint",
28 "prepublishOnly": "npm run build"
29 },
30 "devDependencies": {
31 "@biomejs/biome": "1.9.4",
32 "@types/node": "^22.13.14",
33 "typescript": "^5.3.3"
34 }
35}