{
  "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"
  }
}
