{
  "name": "@mongosh/autocomplete",
  "version": "5.3.4",
  "description": "MongoDB Shell Autocomplete 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",
    "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",
    "eslint": "^7.25.0",
    "mocha": "^11.7.5",
    "prettier": "^2.8.8"
  },
  "dependencies": {
    "@mongodb-js/mongodb-constants": "^0.20.1",
    "@mongodb-js/mongodb-ts-autocomplete": "^0.6.5",
    "@mongosh/shell-api": "^5.3.4",
    "semver": "^7.5.4"
  },
  "gitHead": "f80e5888ca23ecd159fcbe4005a37fc86dcddfef"
}
