{
  "name": "@mongodb-js/mongodb-redux-common",
  "description": "Common Redux Modules for mongodb-js",
  "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": "2.0.17",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "license": "SSPL",
  "keywords": [
    "mongodb-js"
  ],
  "scripts": {
    "preci": "npm run check",
    "test-check-ci": "npm test",
    "test": "mocha --recursive",
    "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"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "eslint-config-mongodb-js": "^3.0.1",
    "eslint-plugin-react": "^7.24.0",
    "hadron-app-registry": "^9.1.1",
    "mocha": "^10.2.0",
    "sinon": "^7.2.7"
  }
}
