{
  "name": "mongodb-client-encryption",
  "version": "7.0.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 --v8-expose-gc test/unit",
    "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.15.1",
  "dependencies": {
    "node-addon-api": "^8.5.0",
    "prebuild-install": "^7.1.3"
  },
  "devDependencies": {
    "@types/bindings": "^1.5.5",
    "@types/chai": "^5.2.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.9.2",
    "@types/semver": "^7.7.1",
    "@types/sinon": "^17.0.4",
    "@types/sinon-chai": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^8.46.2",
    "bson": "^6.10.4",
    "chai": "^4.5.0",
    "chai-subset": "^1.6.0",
    "clang-format": "^1.8.0",
    "eslint": "^9.38.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "mocha": "^11.7.4",
    "node-gyp": "^11.5.0",
    "prebuild": "^13.0.1",
    "prettier": "^3.6.2",
    "semver": "^7.7.3",
    "sinon": "^21.0.0",
    "sinon-chai": "^3.7.0",
    "source-map-support": "^0.5.21",
    "standard-version": "^9.5.0",
    "tar": "^7.5.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-cached-transpile": "^0.0.6"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "binary": {
    "napi_versions": [
      9
    ]
  },
  "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"
    }
  }
}