-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 791 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
{
"name": "bv-touch",
"version": "1.0.4",
"description": "Create a file or directory at the specified path, creating missing directories",
"main": "index.js",
"scripts": {
"test": "bv-touch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xbvuno/bv-touch.git"
},
"keywords": [
"cli",
"touch",
"node",
"create",
"file",
"directory",
"path",
"filesystem",
"mkdir",
"file-system",
"create-file",
"create-dir",
"mkdirp",
"node-cli",
"command-line"
],
"author": "xbvuno",
"license": "ISC",
"bugs": {
"url": "https://github.com/xbvuno/bv-touch/issues"
},
"homepage": "https://github.com/xbvuno/bv-touch#readme",
"bin": {
"bv-touch": "./index.js"
},
"dependencies": {
"commander": "^13.1.0",
"fs-extra": "^11.3.0"
}
}