{
  "name": "relational-pouch",
  "version": "4.1.1",
  "description": "PouchDB, relational style",
  "main": "dist/pouchdb.relational-pouch.node.js",
  "jsnext:main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/pouchdb-community/relational-pouch.git"
  },
  "keywords": [
    "pouch",
    "pouchdb",
    "relational",
    "plugin",
    "couch",
    "couchdb"
  ],
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/pouchdb-community/relational-pouch/issues"
  },
  "scripts": {
    "test-node": "webpack --config webpack.test.node.config.js && nyc ./node_modules/mocha/bin/_mocha test/test-node.js",
    "test-browser": "node ./bin/test-browser.js",
    "lint": "eslint --ext .js,.ts src test/test.ts",
    "test": "npm run lint && bash ./bin/run-test.sh",
    "build": "tsc && webpack --mode=production",
    "tsc": "tsc --build tsconfig.json",
    "dev": "node ./bin/dev-server.js",
    "coverage": "npm test --coverage && nyc check-coverage --lines 100 --function 100 --statements 100 --branches 100",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "uniq": "^1.0.1"
  },
  "peerDependencies": {
    "pouchdb-find": ">=7.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/register": "^7.24.6",
    "@types/chai": "^4.3.17",
    "@types/chai-as-promised": "^7.1.8",
    "@types/mocha": "^7.0.1",
    "@types/node": "^13.7.0",
    "@types/node-fetch": "^2.6.11",
    "@types/pouchdb-adapter-http": "^6.1.6",
    "@types/pouchdb-adapter-memory": "^6.1.6",
    "@types/pouchdb-find": "^7.3.3",
    "@types/pouchdb-mapreduce": "^6.1.10",
    "@types/uniq": "0.0.27",
    "@typescript-eslint/eslint-plugin": "^2.19.0",
    "@typescript-eslint/parser": "^2.19.0",
    "acorn": "^6.4.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-istanbul": "^6.0.0",
    "blob-util": "^2.0.2",
    "chai": "~3.5.0",
    "chai-as-promised": "~5.3.0",
    "core-js": "^3.38.0",
    "eslint": "^6.8.0",
    "eslint-loader": "^3.0.3",
    "eslint-plugin-promise": "^4.2.1",
    "fork-ts-checker-webpack-plugin": "^4.0.3",
    "http-server": "~0.12.0",
    "jshint": "2.11.0",
    "mkdirp": "^0.5.1",
    "mocha": "~4.1.0",
    "nyc": "^15.0.0",
    "pouchdb-adapter-http": "^9.0.0",
    "pouchdb-adapter-indexeddb": "^9.0.0",
    "pouchdb-adapter-memory": "^9.0.0",
    "pouchdb-core": "^9.0.0",
    "pouchdb-find": "^9.0.0",
    "pouchdb-mapreduce": "^9.0.0",
    "regenerator-runtime": "^0.13.3",
    "request": "^2.88.0",
    "sauce-connect-launcher": "1.2.6",
    "selenium-standalone": "6.16.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.5",
    "wd": "^1.12.1",
    "webpack": "^4.47.0",
    "webpack-cli": "^3.3.10"
  },
  "files": [
    "lib",
    "dist"
  ]
}
