{
  "name": "ottt",
  "version": "1.0.7",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "description": "Ottoman Couchbase ODM",
  "keywords": [
    "couchbase",
    "odm",
    "nosql",
    "json",
    "document",
    "model",
    "schema",
    "database"
  ],
  "license": "Apache-2.0",
  "scripts": {
    "build": "rimraf ./lib && tsc",
    "build:test": "yarn build && yarn test",
    "commit": "git-cz",
    "dev": "tsc --watch --incremental",
    "docs": "yarn docs:generate && yarn docs:build && cp vuepress/CNAME docs/.vuepress/dist",
    "docs:dev": "cp -r .vuepress/* docs/.vuepress && cp -r vuepress/* docs/ && vuepress dev docs",
    "docs:generate": "rimraf docs && typedoc",
    "docs:build": "cp -r .vuepress/* docs/.vuepress && cp -r vuepress/* docs/ && vuepress build docs",
    "docs:serve": "yarn docs && serve docs/.vuepress/dist",
    "is:ready": "yarn lint && yarn build && yarn test:ready",
    "lint": "eslint --ignore-pattern '/lib/' '*/**/*.ts' --quiet --fix",
    "test": "jest --clearCache && jest -i",
    "test:legacy": "jest --clearCache && OTTOMAN_LEGACY_TEST=1 jest -i",
    "test:coverage": "jest --clearCache && OTTOMAN_LEGACY_TEST=1 jest -i --coverage",
    "test:dev": "jest --watch",
    "test:ready": "jest --clearCache && jest -i --coverage"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "eslint --fix"
    ]
  },
  "devDependencies": {
    "@types/jest": "26.0.19",
    "@types/node": "^14.14.14",
    "@typescript-eslint/eslint-plugin": "^3.6.1",
    "@typescript-eslint/parser": "^3.6.1",
    "@vuepress/plugin-back-to-top": "^1.7.1",
    "@vuepress/plugin-medium-zoom": "^1.7.1",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "^7.15.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-prettier": "^3.3.0",
    "husky": "^4.3.6",
    "jest": "^26.6.3",
    "lint-staged": "^10.5.3",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.4.4",
    "typedoc": "^0.19.2",
    "typedoc-plugin-markdown": "2.4.2",
    "typescript": "4.2.2",
    "vuepress": "^1.7.1",
    "vuepress-plugin-one-click-copy": "^1.0.2"
  },
  "dependencies": {
    "couchbase": "3.1.2",
    "jsonpath": "1.0.2",
    "uuid": "8.3.2"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/couchbaselabs/node-ottoman.git"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
