{
  "name": "@mongodb-js/mocha-config-devtools",
  "version": "1.1.2",
  "description": "Shared mocha mocha configuration for Devtools packages",
  "license": "SSPL",
  "main": "index.js",
  "scripts": {
    "prettier": "prettier",
    "lint": "npm run prettier --  --check .",
    "test": "mocha --config ./index.js index.test.ts && mocha --config ./react.js react.test.ts",
    "test-ci": "npm run test",
    "check": "npm run lint",
    "check-ci": "npm run lint",
    "reformat": "npm run prettier -- --write ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/devtools-shared.git"
  },
  "homepage": "https://github.com/mongodb-js/devtools-shared",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@mongodb-js/prettier-config-devtools": "^1.0.3",
    "prettier": "^3.8.1",
    "react": "^17.0.2"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "dependencies": {
    "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
    "chai": "^4.5.0",
    "chai-dom": "^1.9.0",
    "chai-enzyme": "^1.0.0-beta.1",
    "enzyme": "^3.11.0",
    "global-jsdom": "^24.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jsdom": "^24.1.3",
    "react-16-node-hanging-test-fix": "^1.0.0",
    "sinon-chai": "^4.0.1",
    "ts-node": "^10.9.2",
    "why-is-node-running": "^2.3.0"
  },
  "gitHead": "456868f9a14f415c4c225d59a477681cb2f4cf9f"
}
