-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.13 KB
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": "redis-dumper",
"version": "2.0.5",
"description": "CLI to migrate redis data from one instance to another, delete data by pattern and create new dummy data in seconds",
"main": "index.js",
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"funding": {
"url": "https://paypal.me/dave7117",
"type": "paypal"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appit-online/redis-dumper.git"
},
"keywords": [
"redis",
"redis-dumper",
"redis export",
"redis import",
"command line",
"redis dump",
"redis backup",
"redis restore",
"redis-dump"
],
"author": "AppIT-Online",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/appit-online/redis-dumper/issues"
},
"homepage": "https://github.com/appit-online/redis-dumper#readme",
"goBinary": {
"name": "redis-dumper",
"path": "./bin",
"url": "https://github.com/appit-online/redis-dumper/releases/download/v{{version}}/redis-dumper_{{version}}_{{platform}}-{{arch}}.tar.gz"
},
"dependencies": {
"go-npm": "^0.1.9"
}
}