{
  "name": "@qp-mongosh/errors",
  "version": "0.0.0-dev.27",
  "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": ">=12.4.0"
  },
  "scripts": {
    "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 15000 -r ts-node/register \"./src/**/*.spec.ts\"",
    "test-ci": "node ../../scripts/run-if-package-requested.js npm test",
    "lint": "eslint --report-unused-disable-directives \"./{src,test}/**/*.{js,ts,tsx}\"",
    "check": "npm run lint",
    "compile-ts": "tsc -p tsconfig.json",
    "prepublish": "npm run compile-ts",
    "generate-error-overview": "ts-node scripts/extract-errors.ts .. ../../error-overview.md ../../error-overview.rst"
  },
  "mongosh": {
    "unitTestsOnly": true
  }
}
