{
  "name": "@mongosh/build",
  "version": "0.0.0-dev.0",
  "private": true,
  "description": "MongoDB Shell Build Tools",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/mongodb-js/mongosh.git"
  },
  "config": {
    "unsafe-perm": true
  },
  "scripts": {
    "compile-ts": "tsc -p tsconfig.json",
    "prepublish": "npm run compile-ts",
    "test": "mocha -r \"../../scripts/import-expansions.js\" --timeout 30000 --colors -r ts-node/register \"./src/**/*.spec.ts\"",
    "test-ci": "mocha -r \"../../scripts/import-expansions.js\" --timeout 30000 -r ts-node/register \"./src/**/*.spec.ts\"",
    "lint": "eslint --report-unused-disable-directives \"**/*.{js,ts,tsx}\"",
    "check": "npm run lint",
    "evergreen-release": "ts-node -r ../../scripts/import-expansions.js src/index.ts",
    "release": "ts-node src/index.ts trigger-release"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.4.0"
  },
  "dependency-check": {
    "entries": [
      "src/**/*.js"
    ]
  },
  "devDependencies": {
    "@types/command-exists": "^1.2.0",
    "@types/cross-spawn": "^6.0.2",
    "ajv": "^6.12.5",
    "cross-spawn": "^7.0.3",
    "sinon-chai": "^3.5.0"
  },
  "dependencies": {
    "@mongodb-js/dl-center": "^1.0.1",
    "node-fetch": "^2.6.0",
    "pkg-up": "^3.1.0"
  }
}
