-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 743 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 743 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
{
"name": "tree2folder",
"version": "1.0.8",
"description": "Generate a directory structure from a text tree diagram",
"main": "bin/tree2folder.js",
"bin": {
"tree2folder": "bin/tree2folder.js"
},
"type": "commonjs",
"keywords": [
"cli",
"npx",
"filesystem",
"directory",
"tree",
"generator"
],
"author": "sifat009 <sifathaque6@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sifat009/tree2folder"
},
"bugs": {
"url": "https://github.com/sifat009/tree2folder/issues"
},
"homepage": "https://github.com/sifat009/tree2folder#readme",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "node bin/tree2folder.js"
}
}