{
  "name": "@mongodb-js/compass-shell",
  "productName": "Compass Shell plugin",
  "version": "3.20.3",
  "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/src/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-user-data": "^0.1.10",
    "@mongodb-js/compass-components": "^1.20.1",
    "@mongodb-js/compass-logging": "^1.2.7",
    "@mongodb-js/compass-utils": "^0.5.6",
    "@mongosh/node-runtime-worker-thread": "^2.1.1",
    "compass-preferences-model": "^2.16.0",
    "hadron-app-registry": "^9.1.1",
    "mongodb-data-service": "^22.16.1"
  },
  "peerDependencies": {
    "@mongodb-js/compass-user-data": "^0.1.10",
    "@mongodb-js/compass-components": "^1.20.1",
    "@mongodb-js/compass-logging": "^1.2.7",
    "@mongodb-js/compass-utils": "^0.5.6",
    "@mongosh/node-runtime-worker-thread": "^2.1.1",
    "compass-preferences-model": "^2.16.0",
    "hadron-app-registry": "^9.1.1",
    "mongodb-data-service": "^22.16.1",
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@mongodb-js/eslint-config-compass": "^1.0.12",
    "@mongodb-js/mocha-config-compass": "^1.3.3",
    "@mongodb-js/prettier-config-compass": "^1.0.1",
    "@mongodb-js/tsconfig-compass": "^1.0.3",
    "@mongodb-js/webpack-config-compass": "^1.2.6",
    "@mongosh/browser-repl": "^2.1.1",
    "@mongosh/logging": "^2.1.1",
    "chai": "^4.2.0",
    "depcheck": "^1.4.1",
    "electron": "^25.9.7",
    "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"
  }
}
