{
  "name": "couchdb-push",
  "description": "Deploy CouchDB documents from directory, JSON or module.",
  "main": "index.js",
  "bin": "cli.js",
  "scripts": {
    "test": "tap --reporter=spec --lines 80 --functions 80 --branches 80 --statements 80 test/*.js",
    "pretest": "standard",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jo/couchdb-push"
  },
  "keywords": [
    "couchdb",
    "couchapp",
    "build-tool"
  ],
  "author": "Johannes J. Schmidt",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/jo/couchdb-push/issues"
  },
  "homepage": "https://github.com/jo/couchdb-push",
  "dependencies": {
    "async": "^3.2.1",
    "chokidar": "^3.5.2",
    "couchdb-compile": "^1.11.1",
    "couchdb-ensure": "^2.1.0",
    "lodash": "^4.17.21",
    "minimist": "^1.2.5",
    "nano-option": "^2.2.0"
  },
  "devDependencies": {
    "nano": "^9.0.5",
    "semantic-release": "^18.0.0",
    "standard": "^16.0.4",
    "tap": "^15.0.10"
  },
  "version": "3.1.0",
  "release": {
    "branches": [
      "main"
    ]
  }
}
