-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.16 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
{
"name": "scroll-backup",
"version": "0.6.0",
"series": "HIEROGRAMMATE",
"mkv": {
"before": ":scroll:",
"name": "scroll",
"after": "backup system"
},
"description": "Configurable backup system with rsync and restic backends",
"license": "MPL-2.0",
"homepage": "https://github.com/0E9B061F/scroll",
"bugs": "https://github.com/0E9B061F/scroll/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/0E9B061F/scroll.git"
},
"author": {
"name": "0E9B061F",
"email": "[email protected]",
"url": "https://github.com/0E9B061F"
},
"type": "module",
"main": "bin/scroll.mjs",
"directories": {
"lib": "lib",
"test": "spec"
},
"files": [
"skel/**/*",
"lib/**/*"
],
"bin": {
"scroll": "bin/scroll.mjs"
},
"scripts": {
"test": "jasmine",
"mkv": "mkv"
},
"keywords": [
"backup",
"backups",
"back up",
"restic",
"rsync",
"system",
"cli",
"snaphot"
],
"dependencies": {
"@0e9b061f/logmailer": "^1.1.0",
"yaml": "^2.4.2"
},
"devDependencies": {
"@0e9b061f/mkv": "^0.1.0",
"jasmine": "^5.1.0",
"uuid": "^9.0.1"
}
}