-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.24 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "skrub-cli",
"version": "1.1.2",
"description": "cli for irreversible file deletion from any operating system",
"license": "MIT",
"homepage": "https://github.com/dawsonbotsford/skrub-cli#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/dawsonbotsford/skrub-cli.git"
},
"author": {
"name": "Dawson Botsford",
"email": "DawsonBotsford@gmail.com",
"url": "dawsonbotsford.com"
},
"bugs": {
"url": "https://github.com/dawsonbotsford/skrub-cli/issues"
},
"bin": {
"skrub": "cli.js",
"skrub-cli": "cli.js"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"rm",
"secure",
"security",
"scrub",
"skrub",
"cli-app",
"cli",
"windows",
"lean",
"minimal",
"documented",
"tested",
"licensed",
"ava",
"dawson"
],
"dependencies": {
"meow": "^3.7.0",
"skrub": "^1.3.0",
"update-notifier": "^1.0.2"
},
"devDependencies": {
"ava": "^0.16.0",
"execa": "^0.4.0",
"fs-extra": "^0.30.0",
"path-exists": "^3.0.0",
"tempfile": "^1.1.1",
"xo": "^0.16.0"
},
"xo": {
"space": true,
"esnext": true
}
}