{
  "name": "mongodb-client-encryption",
  "version": "6.1.0",
  "description": "Official client encryption module for the MongoDB Node.js driver",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "README.md",
    "HISTORY.md",
    "addon",
    "lib",
    "src",
    "binding.gyp"
  ],
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "install:libmongocrypt": "node .github/scripts/libmongocrypt.mjs",
    "install": "prebuild-install --runtime napi || node-gyp rebuild",
    "clang-format": "clang-format --style=file:.clang-format --Werror -i addon/*",
    "check:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint src test",
    "check:clang-format": "clang-format --style=file:.clang-format --dry-run --Werror addon/*",
    "test": "mocha test",
    "prepare": "tsc",
    "rebuild": "node-gyp rebuild",
    "prebuild": "prebuild --runtime napi --strip --verbose --all"
  },
  "author": {
    "name": "The MongoDB NodeJS Team",
    "email": "dbx-node@mongodb.com"
  },
  "bugs": {
    "url": "https://jira.mongodb.org/projects/NODE/issues/"
  },
  "license": "Apache-2.0",
  "gypfile": true,
  "mongodb:libmongocrypt": "1.11.0",
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "^4.3.0",
    "prebuild-install": "^7.1.2"
  },
  "devDependencies": {
    "@types/bindings": "^1.5.5",
    "@types/chai": "^4.3.17",
    "@types/mocha": "^10.0.7",
    "@types/node": "^22.1.0",
    "@types/semver": "^7.5.8",
    "@types/sinon": "^17.0.3",
    "@types/sinon-chai": "^3.2.12",
    "@typescript-eslint/eslint-plugin": "^8.0.1",
    "bson": "^6.8.0",
    "chai": "^4.4.1",
    "chai-subset": "^1.6.0",
    "clang-format": "^1.8.0",
    "eslint": "^9.8.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.1",
    "mocha": "^10.7.0",
    "node-gyp": "^10.1.0",
    "prebuild": "^13.0.0",
    "prettier": "^3.2.5",
    "semver": "^7.6.2",
    "sinon": "^18.0.0",
    "sinon-chai": "^3.7.0",
    "source-map-support": "^0.5.21",
    "standard-version": "^9.5.0",
    "tar": "^7.4.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4",
    "typescript-cached-transpile": "^0.0.6"
  },
  "overrides": {
    "prebuild": {
      "node-gyp": "$node-gyp"
    }
  },
  "engines": {
    "node": ">=16.20.1"
  },
  "binary": {
    "napi_versions": [
      4
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/mongodb-client-encryption"
  },
  "tsd": {
    "directory": "test/types",
    "compilerOptions": {
      "strict": true,
      "target": "esnext",
      "module": "commonjs",
      "moduleResolution": "node"
    }
  }
}
