{
  "name": "@cloudant/couchbackup",
  "version": "2.11.6",
  "description": "CouchBackup - command-line backup utility for Cloudant/CouchDB",
  "homepage": "https://github.com/IBM/couchbackup",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IBM/couchbackup.git"
  },
  "keywords": [
    "CouchDB",
    "Cloudant",
    "couch",
    "backup",
    "command-line"
  ],
  "bugs": {
    "url": "https://github.com/IBM/couchbackup/issues",
    "email": "cldtsdks@us.ibm.com"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": "^20 || ^22"
  },
  "dependencies": {
    "@ibm-cloud/cloudant": "0.12.3",
    "commander": "13.1.0",
    "debug": "4.4.0"
  },
  "peerDependencies": {
    "ibm-cloud-sdk-core": "^5.3.2",
    "axios": "^1.8.2"
  },
  "main": "app.js",
  "bin": {
    "couchbackup": "bin/couchbackup.bin.js",
    "couchrestore": "bin/couchrestore.bin.js"
  },
  "devDependencies": {
    "eslint": "9.25.1",
    "eslint-plugin-header": "3.1.1",
    "eslint-plugin-import": "2.31.0",
    "http-proxy": "1.18.1",
    "mocha": "11.1.0",
    "neostandard": "0.12.1",
    "nock": "13.5.6",
    "tail": "2.2.6",
    "uuid": "11.1.0"
  },
  "scripts": {
    "lint": "eslint .",
    "unit": "mocha --grep \"#unit\"",
    "test": "npm run lint && npm run unit"
  },
  "files": [
    "/app.js",
    "/bin",
    "/includes"
  ]
}
