{
  "name": "@mongodb-js/compass-shell",
  "productName": "Compass Shell plugin",
  "version": "3.23.1",
  "description": "Compass Shell Plugin",
  "author": {
    "name": "MongoDB Inc",
    "email": "compass@mongodb.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "license": "SSPL",
  "homepage": "https://github.com/mongodb-js/compass",
  "bugs": {
    "url": "https://jira.mongodb.org/projects/COMPASS/issues",
    "email": "compass@mongodb.com"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "compass:main": "src/index.ts",
  "types": "dist/index.d.ts",
  "exports": {
    "browser": "./dist/browser.js",
    "require": "./dist/index.js"
  },
  "compass:exports": {
    ".": "./src/index.ts"
  },
  "scripts": {
    "bootstrap": "npm run postcompile",
    "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
    "compile": "npm run webpack -- --mode production",
    "webpack": "webpack-compass",
    "postcompile": "tsc --emitDeclarationOnly",
    "start": "npm run webpack serve -- --mode development",
    "analyze": "npm run webpack -- --mode production --analyze",
    "typecheck": "tsc --noEmit",
    "eslint": "eslint",
    "prettier": "prettier",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "depcheck": "compass-scripts check-peer-deps && depcheck",
    "check": "npm run typecheck && npm run lint && npm run depcheck",
    "check-ci": "npm run check",
    "test": "mocha",
    "test-electron": "xvfb-maybe electron-mocha --no-sandbox",
    "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",
    "test-ci-electron": "echo \"TODO(COMPASS-6779): These tests are broken and disabled for now\"",
    "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
  },
  "dependencies": {
    "@mongodb-js/compass-components": "^1.22.1",
    "@mongodb-js/compass-logging": "^1.2.14",
    "@mongodb-js/compass-user-data": "^0.1.17",
    "@mongodb-js/compass-utils": "^0.6.1",
    "@mongosh/node-runtime-worker-thread": "^2.1.5",
    "compass-preferences-model": "^2.18.1",
    "hadron-app-registry": "^9.1.8",
    "mongodb-data-service": "^22.18.1"
  },
  "peerDependencies": {
    "@mongodb-js/compass-components": "^1.22.1",
    "@mongodb-js/compass-logging": "^1.2.14",
    "@mongodb-js/compass-user-data": "^0.1.17",
    "@mongodb-js/compass-utils": "^0.6.1",
    "@mongosh/node-runtime-worker-thread": "^2.1.5",
    "compass-preferences-model": "^2.18.1",
    "hadron-app-registry": "^9.1.8",
    "mongodb-data-service": "^22.18.1",
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@mongodb-js/eslint-config-compass": "^1.0.17",
    "@mongodb-js/mocha-config-compass": "^1.3.7",
    "@mongodb-js/prettier-config-compass": "^1.0.1",
    "@mongodb-js/tsconfig-compass": "^1.0.3",
    "@mongodb-js/webpack-config-compass": "^1.3.5",
    "@mongosh/browser-repl": "^2.1.5",
    "@mongosh/logging": "^2.1.5",
    "chai": "^4.2.0",
    "depcheck": "^1.4.1",
    "electron": "^28.2.5",
    "electron-mocha": "^12.2.0",
    "enzyme": "^3.11.0",
    "eslint": "^7.25.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prop-types": "^15.7.2",
    "react-dom": "^17.0.2",
    "react-redux": "^8.1.3",
    "redux": "^4.2.1",
    "sinon": "^9.2.3"
  },
  "gitHead": "aabc5be9049177a56c831354535e073bf77cb16f"
}
