{
  "name": "hadron-app-registry",
  "description": "Hadron App Registry",
  "author": "Durran Jordan <durran@gmail.com>",
  "bugs": {
    "url": "https://jira.mongodb.org/projects/COMPASS/issues",
    "email": "compass@mongodb.com"
  },
  "homepage": "https://github.com/mongodb-js/compass",
  "version": "9.4.11",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "license": "SSPL",
  "keywords": [
    "mongodb-js"
  ],
  "main": "dist/index.js",
  "compass:main": "src/index.ts",
  "exports": {
    "import": "./dist/.esm-wrapper.mjs",
    "require": "./dist/index.js"
  },
  "compass:exports": {
    ".": "./src/index.ts"
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "bootstrap": "npm run compile",
    "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
    "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
    "eslint": "eslint-compass",
    "prettier": "prettier-compass",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "depcheck": "compass-scripts check-peer-deps && depcheck",
    "check": "npm run lint && npm run depcheck",
    "check-ci": "npm run check",
    "test": "mocha",
    "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",
    "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
  },
  "dependencies": {
    "eventemitter3": "^4.0.0",
    "react": "^17.0.2",
    "react-redux": "^8.1.3",
    "redux": "^4.2.1",
    "reflux": "^0.4.1"
  },
  "devDependencies": {
    "@mongodb-js/eslint-config-compass": "^1.3.10",
    "@mongodb-js/mocha-config-compass": "^1.6.8",
    "@mongodb-js/prettier-config-compass": "^1.2.8",
    "@mongodb-js/testing-library-compass": "^1.3.2",
    "@mongodb-js/tsconfig-compass": "^1.2.8",
    "@types/chai": "^4.2.21",
    "@types/mocha": "^9.0.0",
    "@types/reflux": "^6.4.3",
    "chai": "^4.1.2",
    "depcheck": "^1.4.1",
    "mocha": "^10.2.0",
    "sinon": "^9.0.0",
    "typescript": "^5.0.4"
  },
  "gitHead": "3931872d7632043992afb76f44b716aef539dade"
}
