{
  "name": "@mongodb-js/hadron-plugin-manager",
  "description": "Hadron Plugin Manager",
  "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": "7.0.18",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "license": "SSPL",
  "keywords": [
    "mongodb-js"
  ],
  "main": "index.js",
  "compass:main": "index.js",
  "scripts": {
    "test-check-ci": "npm run check && npm test",
    "test": "mocha --timeout 15000",
    "check": "npm run lint && npm run depcheck",
    "lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
    "depcheck": "depcheck",
    "test-ci": "npm run test"
  },
  "dependencies": {
    "debug": "^2.2.0",
    "react-dom": "^17.0.2",
    "reflux": "^0.4.1",
    "semver": "^5.4.1"
  },
  "devDependencies": {
    "@external-plugins/example3": "file:./test/external-plugins/example3",
    "@mongodb-js/compass-logging": "^1.2.7",
    "chai": "^3.4.1",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "eslint-config-mongodb-js": "^2.2.0",
    "mocha": "^10.2.0",
    "react": "^17.0.2",
    "sinon": "^1.17.6"
  }
}
