-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 845 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
{
"name": "@vibl/trash-prune",
"version": "1.0.2",
"description": "Smart file trash emptying for Linux",
"main": "trash-prune.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"trash-prune": "trash-prune.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vibl/trash-prune.git"
},
"keywords": [
"trash"
],
"author": "Vianney Stroebel",
"license": "ISC",
"bugs": {
"url": "https://github.com/vibl/trash-prune/issues"
},
"homepage": "https://github.com/vibl/trash-prune#readme",
"dependencies": {
"cli-table3": "^0.6.0",
"date-fns": "^2.16.1",
"execa": "^4.1.0",
"fs-extra": "^9.0.1",
"lodash": "^4.17.20",
"pretty-bytes": "^5.4.1",
"prompts": "^2.4.0",
"yargs": "^16.1.0"
},
"devDependencies": {}
}