{
  "name": "mongodb-data-service",
  "description": "MongoDB Data Service",
  "author": "Durran Jordan <durran@gmail.com>",
  "bugs": {
    "url": "https://jira.mongodb.org/projects/COMPASS/issues",
    "email": "compass@mongodb.com"
  },
  "homepage": "https://github.com/mongodb-js/compass",
  "version": "22.16.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "license": "SSPL",
  "keywords": [
    "mongodb-js"
  ],
  "main": "lib/index.js",
  "compass:main": "src/index.ts",
  "exports": {
    ".": "./lib/index.js",
    "./provider": "./lib/provider.js"
  },
  "compass:exports": {
    ".": "./src/index.ts",
    "./provider": "./src/provider.ts"
  },
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "package.json",
    "README.md",
    "provider.js",
    "provider.d.ts"
  ],
  "scripts": {
    "bootstrap": "npm run compile",
    "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
    "clean": "node -e \"fs.rmSync('lib', { recursive: true, force: true })\" || true",
    "precompile": "npm run clean",
    "compile": "tsc -p tsconfig.json",
    "depcheck": "depcheck",
    "eslint": "eslint",
    "prettier": "prettier",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "check": "npm run lint && npm run depcheck",
    "check-ci": "npm run check",
    "test": "mocha",
    "test-connectivity": "mocha ./src/connect.spec.ts",
    "test-csfle": "mocha ./src/csfle-collection-tracker.spec.ts ./src/data-service.spec.ts",
    "test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
    "test-watch": "npm run test -- --watch",
    "test-ci": "npm run test-cov",
    "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
  },
  "peerDependencies": {
    "mongodb": "^6.3.0",
    "react": "^17.0.2"
  },
  "dependencies": {
    "@mongodb-js/compass-logging": "^1.2.7",
    "@mongodb-js/compass-utils": "^0.5.6",
    "@mongodb-js/devtools-connect": "^2.4.2",
    "@mongodb-js/oidc-plugin": "^0.3.0",
    "@mongodb-js/ssh-tunnel": "^2.1.6",
    "lodash": "^4.17.21",
    "mongodb-build-info": "^1.7.0",
    "mongodb-connection-string-url": "^2.6.0",
    "mongodb-ns": "^2.4.0",
    "socks": "^2.7.1",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@mongodb-js/compass-test-server": "^0.1.8",
    "@mongodb-js/devtools-docker-test-envs": "^1.2.5",
    "@mongodb-js/eslint-config-compass": "^1.0.12",
    "@mongodb-js/mocha-config-compass": "^1.3.3",
    "@mongodb-js/prettier-config-compass": "^1.0.1",
    "@mongodb-js/tsconfig-compass": "^1.0.3",
    "@types/lodash": "^4.14.188",
    "@types/uuid": "^8.3.1",
    "@types/whatwg-url": "^8.2.1",
    "bson": "^6.2.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "kerberos": "^2.0.1",
    "mocha": "^10.2.0",
    "mongodb": "^6.3.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "react": "^17.0.2",
    "sinon": "^9.2.3",
    "typescript": "^5.0.4"
  },
  "optionalDependencies": {
    "mongodb-client-encryption": "^6.0.0"
  }
}
