{
  "name": "hadron-document",
  "description": "Hadron Document",
  "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": "8.4.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "license": "SSPL",
  "keywords": [
    "mongodb-js"
  ],
  "main": "dist/index.js",
  "compass:main": "src/index.ts",
  "compass:exports": {
    ".": "./src/index.ts"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "bootstrap": "npm run compile",
    "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
    "clean": "node -e \"fs.rmSync('dist', { 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-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 ."
  },
  "dependencies": {
    "bson": "^6.2.0",
    "debug": "^4.2.0",
    "eventemitter3": "^4.0.0",
    "hadron-type-checker": "^7.1.1",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@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",
    "chai": "^4.2.0",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "eslint-config-mongodb-js": "^5.0.3",
    "mocha": "^10.2.0",
    "moment": "^2.29.4",
    "prettier": "^2.7.1",
    "sinon": "^17.0.1"
  }
}
