tangled
alpha
login
or
join now
tbeseda.com
/
array-treeify
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
don't ship tests
tbeseda.com
11 months ago
9cda3b32
cbd01be4
+2
-8
1 changed file
expand all
collapse all
unified
split
package.json
+2
-8
package.json
···
2
2
"name": "array-treeify",
3
3
"version": "0.1.1",
4
4
"description": "",
5
5
-
"keywords": [
6
6
-
"ascii",
7
7
-
"tree",
8
8
-
"treeify"
9
9
-
],
5
5
+
"keywords": ["ascii", "tree", "treeify"],
10
6
"license": "MIT",
11
7
"author": "tbeseda",
12
8
"repository": {
···
16
12
"type": "module",
17
13
"main": "dist/index.js",
18
14
"types": "dist/index.d.ts",
19
19
-
"files": [
20
20
-
"dist"
21
21
-
],
15
15
+
"files": ["dist/index.js", "dist/index.d.ts"],
22
16
"scripts": {
23
17
"lint": "biome check --write .",
24
18
"build": "rm -rf dist && tsc",