-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 898 Bytes
/
package.json
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": "clear-path",
"version": "1.3.3",
"description": "A node library for deleting a path if exists using del",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vkiss/clear-path.git"
},
"author": "Vinicius Kiss <[email protected]> (https://kiss.dev.br/)",
"bin": "./bin/clear-path.js",
"main": "./lib/index.js",
"files": [
"bin",
"lib"
],
"keywords": [
"clean",
"cleanup",
"clear",
"del",
"delete",
"destroy",
"directory",
"glob",
"files",
"folder",
"remove",
"rm",
"rmrf",
"rimraf",
"trash"
],
"bugs": {
"url": "https://github.com/vkiss/clear-path/issues"
},
"homepage": "https://github.com/vkiss/clear-path#readme",
"dependencies": {
"chalk": "4.1.2",
"cosmiconfig": "^7.0.1",
"del": "^6.0.0"
},
"clearpath": [
"dist"
]
}