{
  "name": "@mongosh/shell-api",
  "version": "5.1.9",
  "description": "MongoDB Shell API Classes Package",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "default": "./lib/index.js",
      "types": "./lib/index.d.ts"
    },
    "./api": {
      "default": "./lib/api-export.js",
      "types": "./lib/api-export.d.ts"
    }
  },
  "config": {
    "unsafe-perm": true
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mongodb-js/mongosh.git"
  },
  "scripts": {
    "compile": "tsc -p tsconfig.json && npm run api-generate",
    "api-generate": "api-extractor run && ts-node scripts/api-postprocess.ts",
    "pretest": "npm run compile",
    "eslint": "eslint",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "check": "npm run lint",
    "report-missing-help": "ts-node scripts/report-missing-help.ts",
    "report-supported-api": "ts-node scripts/report-supported-api.ts",
    "test": "mocha",
    "test-ci": "node ../../scripts/run-if-package-requested.js npm test",
    "test-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test",
    "test-ci-coverage": "nyc --no-clean --cwd ../.. --reporter=none npm run test-ci",
    "test-apistrict-ci": "cross-env MONGOSH_TEST_FORCE_API_STRICT=1 npm run test-ci",
    "prepublish": "npm run compile",
    "prettier": "prettier",
    "reformat": "npm run prettier -- --write . && npm run eslint -- --fix"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14.15.1"
  },
  "precommit": [
    "build"
  ],
  "dependencies": {
    "@mongosh/arg-parser": "^5.0.3",
    "@mongosh/errors": "2.4.7",
    "@mongosh/i18n": "^2.20.3",
    "@mongosh/service-provider-core": "5.0.4",
    "@mongosh/shell-bson": "3.0.4",
    "mongodb-redact": "^1.3.0",
    "mongodb-schema": "^12.7.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.10",
    "@babel/types": "^7.26.10",
    "@microsoft/api-extractor": "^7.39.3",
    "@mongodb-js/eslint-config-mongosh": "^1.0.0",
    "@mongodb-js/mongodb-ts-autocomplete": "^0.6.5",
    "@mongodb-js/prettier-config-devtools": "^1.0.1",
    "@mongodb-js/tsconfig-mongosh": "^1.0.0",
    "@mongosh/testing": "2.0.10",
    "@mongosh/types": "^5.0.3",
    "@types/babel__core": "^7.20.5",
    "bson": "^7.2.0",
    "eslint": "^7.25.0",
    "mongodb": "^7.1.0",
    "prettier": "^2.8.8",
    "semver": "^7.5.3"
  },
  "gitHead": "d5a0d964b21e3dc651a3a8391f21c87117e74514"
}
