{
  "name": "mongodb-query-parser",
  "description": "Parse MongoDB queries",
  "author": {
    "name": "MongoDB Inc",
    "email": "compass@mongodb.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://jira.mongodb.org/projects/COMPASS/issues",
    "email": "compass@mongodb.com"
  },
  "homepage": "https://github.com/mongodb-js/devtools-shared",
  "version": "4.7.13",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/devtools-shared.git"
  },
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "require": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "import": {
      "types": "./dist/index.d.ts",
      "default": "./dist/.esm-wrapper.mjs"
    }
  },
  "scripts": {
    "bootstrap": "npm run compile",
    "prepublishOnly": "npm run compile",
    "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
    "typecheck": "tsc --noEmit",
    "eslint": "eslint",
    "prettier": "prettier",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "depcheck": "depcheck",
    "check": "npm run typecheck && npm run lint && npm run depcheck",
    "check-ci": "npm run check",
    "test": "mocha",
    "test-cov": "nyc -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 prettier -- --write ."
  },
  "dependencies": {
    "@mongodb-js/shell-bson-parser": "^1.5.13",
    "debug": "^4.4.0",
    "javascript-stringify": "^2.1.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@mongodb-js/eslint-config-devtools": "^0.11.7",
    "@mongodb-js/mocha-config-devtools": "^1.1.2",
    "@mongodb-js/prettier-config-devtools": "^1.0.3",
    "@mongodb-js/tsconfig-devtools": "^1.1.2",
    "@types/chai": "^4.2.21",
    "@types/mocha": "^9.1.1",
    "@types/node": "^22.15.30",
    "@types/sinon-chai": "^4.0.0",
    "bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0",
    "depcheck": "^1.4.7",
    "eslint": "^7.25.0 || ^8.0.0",
    "gen-esm-wrapper": "^1.1.3",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "prettier": "^3.8.1",
    "sinon": "^9.2.3",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "bson": "^4.6.3 || ^5 || ^6.10.3 || ^7.0.0"
  },
  "gitHead": "70a867002f42dd9d6362dd5ae49a3b048b36c269"
}
