{
  "name": "@mongodb-js/compass-serverstats",
  "productName": "Compass Server Stats plugin",
  "version": "16.23.1",
  "apiVersion": "3.0.0",
  "description": "Compass Real Time",
  "main": "dist/index.js",
  "compass:main": "src/index.ts",
  "exports": {
    "browser": "./dist/browser.js",
    "require": "./dist/index.js"
  },
  "compass:exports": {
    ".": "./src/index.ts"
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "compile": "npm run webpack -- --mode production",
    "postcompile": "tsc --emitDeclarationOnly",
    "webpack": "webpack-compass",
    "test": "mocha",
    "test-electron": "xvfb-maybe electron-mocha --no-sandbox",
    "typecheck": "tsc -p tsconfig-lint.json --noEmit",
    "check": "npm run typecheck && npm run lint && npm run depcheck",
    "check-ci": "npm run check",
    "eslint": "eslint",
    "prettier": "prettier",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "depcheck": "compass-scripts check-peer-deps && depcheck",
    "test-ci": "npm run test",
    "test-ci-electron": "npm run test-electron",
    "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
    "bootstrap": "npm run compile",
    "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
  },
  "license": "SSPL",
  "peerDependencies": {
    "@mongodb-js/compass-app-stores": "^7.10.1",
    "@mongodb-js/compass-components": "^1.22.1",
    "@mongodb-js/compass-logging": "^1.2.14",
    "hadron-app-registry": "^9.1.8",
    "mongodb-data-service": "^22.18.1",
    "react": "^17.0.2"
  },
  "dependencies": {
    "@mongodb-js/compass-app-stores": "^7.10.1",
    "@mongodb-js/compass-components": "^1.22.1",
    "@mongodb-js/compass-logging": "^1.2.14",
    "hadron-app-registry": "^9.1.8",
    "mongodb-data-service": "^22.18.1"
  },
  "devDependencies": {
    "@mongodb-js/compass-workspaces": "^0.5.1",
    "@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",
    "@types/d3": "^3.5.x",
    "@types/enzyme": "^3.10.14",
    "chai": "^4.1.2",
    "d3": "^3.5.17",
    "d3-timer": "^1.0.3",
    "debug": "^4.2.0",
    "depcheck": "^1.4.1",
    "electron-mocha": "^12.2.0",
    "enzyme": "^3.11.0",
    "eslint": "^7.25.0",
    "lodash": "^4.17.21",
    "mocha": "^10.2.0",
    "mongodb-ns": "^2.4.0",
    "prop-types": "^15.7.2",
    "react-dom": "^17.0.2",
    "reflux": "^0.4.1",
    "xvfb-maybe": "^0.2.1"
  },
  "homepage": "https://github.com/mongodb-js/compass",
  "bugs": {
    "url": "https://jira.mongodb.org/projects/COMPASS/issues",
    "email": "compass@mongodb.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "gitHead": "aabc5be9049177a56c831354535e073bf77cb16f"
}
