{
  "name": "couchdb-backup-restore",
  "version": "1.1.7",
  "description": "Creates backups of couchdb databases (.tar.gz files containing one .json file per database) and restores from those backups.",
  "repository": "nfriedly/couchdb-backup-restore",
  "author": {
    "name": "Nathan Friedly",
    "url": "http://nfriedly.com"
  },
  "files": [
    "lib"
  ],
  "main": "lib/cbr.js",
  "keywords": [
    "apache",
    "couchdb",
    "database",
    "couch",
    "db",
    "backup",
    "restore",
    "dump",
    "recover",
    "recovery",
    "cloudant"
  ],
  "devDependencies": {
    "dotenv": "^8.2.0",
    "eslint": "^7.20.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "mocha": "^11.7.5",
    "prettier": "2.2.1"
  },
  "scripts": {
    "test": "eslint . && mocha test/test.js",
    "format": "eslint . --fix"
  },
  "license": "MIT",
  "dependencies": {
    "async": "^3.2.0",
    "concat-stream": "^2.0.0",
    "debug": "^4.3.1",
    "lodash": "^4.17.21",
    "nano": "^10.1.2",
    "tar-stream": "^2.2.0"
  }
}
