{
  "name": "@mongosh/errors",
  "version": "2.4.7",
  "description": "MongoDB Shell Errors Package",
  "homepage": "https://github.com/mongodb-js/mongosh",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/mongosh"
  },
  "engines": {
    "node": ">=14.15.1"
  },
  "scripts": {
    "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",
    "eslint": "eslint",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "check": "npm run lint",
    "compile": "tsc -p tsconfig.json",
    "prepublish": "npm run compile",
    "generate-error-overview": "ts-node scripts/extract-errors.ts .. generated/error-overview.md generated/error-overview.rst && npm run reformat",
    "prettier": "prettier",
    "reformat": "npm run prettier -- --write . && npm run eslint -- --fix"
  },
  "mongosh": {
    "unitTestsOnly": true
  },
  "devDependencies": {
    "@mongodb-js/eslint-config-mongosh": "^1.0.0",
    "@mongodb-js/prettier-config-devtools": "^1.0.1",
    "@mongodb-js/tsconfig-mongosh": "^1.0.0",
    "chalk": "^4.1.2",
    "eslint": "^7.25.0",
    "handlebars": "^4.7.9",
    "prettier": "^2.8.8",
    "typescript": "^5.3.3"
  },
  "gitHead": "5657df58a88eaa591e78fbb9052f9feaa0d4b8e8"
}
