-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 952 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@ruskydev/better-tree",
"version": "1.0.4",
"type": "module",
"license": "MIT",
"bin": {
"better-tree": "node ./bin/better-tree.min.js"
},
"scripts": {
"build": "npm run test && node ./scripts/build.js",
"test": "vitest run tests",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruskydev/better-tree.git"
},
"bugs": {
"url": "https://github.com/ruskydev/better-tree/issues"
},
"homepage": "https://github.com/ruskydev/better-tree#readme",
"keywords": [
"tree",
"better-tree",
"directory",
"directory-tree",
"folder",
"folder-tree",
"cli",
"file-system",
"filesystem",
"fs",
"terminal",
"console",
"command-line",
"node-cli",
"file-structure",
"recursive-list",
"file-tree",
"dir-tree"
],
"devDependencies": {
"esbuild": "^0.23.0",
"vitest": "^1.6.0"
}
}