-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.09 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.09 KB
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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "mkdird",
"bin": {
"mkdird": "bin/cli.js"
},
"version": "1.2.4",
"description": "Make a directory on your OS's desktop with mkdird CLI",
"main": "bin/cli.js",
"scripts": {
"test": "echo \"No test specified\""
},
"engines": {
"node": ">=10.15.3"
},
"keywords": [
"cli",
"desk",
"desktop",
"mkdir",
"mkdirp",
"mkdird",
"make",
"directories",
"dir",
"dirs",
"folders",
"directory",
"folder",
"path",
"create",
"fs",
"filesystem",
"file-system"
],
"author": {
"name": "Thomas G. aka Drozerah",
"email": "[email protected]",
"url": "https://github.com/Drozerah"
},
"license": "ISC",
"dependencies": {
"chalk": "^2.4.2",
"inquirer": "^6.5.2",
"open": "^6.4.0",
"update-check": "^1.5.4",
"yargs": "^13.3.2"
},
"homepage": "https://github.com/Drozerah/mkdird-cli.git",
"repository": {
"type": "git",
"url": "https://github.com/Drozerah/mkdird-cli.git"
},
"bugs": {
"url": "https://github.com/Drozerah/mkdird-cli/issues"
},
"private": false
}