{
  "name": "hadron-app",
  "description": "Hadron Application Singleton",
  "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": "5.16.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "license": "SSPL",
  "main": "index.js",
  "compass:main": "index.js",
  "keywords": [
    "mongodb-js"
  ],
  "scripts": {
    "test": "mocha --timeout 15000",
    "check": "npm run lint && npm run depcheck",
    "test-check-ci": "npm run check && npm test",
    "lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
    "depcheck": "depcheck",
    "test-ci": "npm run test"
  },
  "devDependencies": {
    "babel-register": "^6.26.0",
    "chai": "^4.2.0",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "eslint-config-mongodb-js": "^5.0.3",
    "hadron-app-registry": "^9.1.1",
    "less": "^3.11.1",
    "mocha": "^10.2.0",
    "mongodb-data-service": "^22.16.1",
    "prop-types": "^15.7.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "peerDependencies": {
    "babel-register": "^6.26.0",
    "hadron-app-registry": "^9.1.1",
    "less": "^3.11.1",
    "mongodb-data-service": "^22.16.1",
    "prop-types": "^15.7.2",
    "react": "^17.0.2"
  }
}
