{
  "name": "couch-view-by-keys",
  "version": "4.0.1",
  "description": "A command line tool to query CouchDB views, focused on easing queries with complex JSON keys",
  "main": "./bin/couch-view-by-keys",
  "bin": {
    "couch-view-by-keys": "bin/couch-view-by-keys"
  },
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "test": "mocha",
    "update-toc": "./scripts/update_toc"
  },
  "keywords": [
    "CouchDB",
    "CLI",
    "view",
    "keys",
    "docs",
    "ndjson",
    "json"
  ],
  "author": "maxlath",
  "license": "MIT",
  "dependencies": {
    "blue-cot": "^4.0.5",
    "commander": "^2.9.0",
    "lodash.get": "^4.4.2",
    "lodash.set": "^4.3.2"
  },
  "devDependencies": {
    "mocha": "^7.1.2",
    "should": "^13.2.3"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maxlath/couch-view-by-keys.git"
  },
  "bugs": {
    "url": "https://github.com/maxlath/couch-view-by-keys/issues"
  },
  "homepage": "https://github.com/maxlath/couch-view-by-keys#readme"
}
