{
  "name": "@mongodb-js/databases-collections-list",
  "description": "List view for the databases and collections",
  "author": {
    "name": "MongoDB Inc",
    "email": "compass@mongodb.com"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://jira.mongodb.org/projects/COMPASS/issues",
    "email": "compass@mongodb.com"
  },
  "homepage": "https://github.com/mongodb-js/compass",
  "version": "1.20.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "files": [
    "dist"
  ],
  "license": "SSPL",
  "main": "dist/index.js",
  "compass:main": "src/index.ts",
  "exports": {
    "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",
    "eslint": "eslint",
    "prettier": "prettier",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "depcheck": "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 ."
  },
  "peerDependencies": {
    "@mongodb-js/compass-components": "^1.20.1",
    "compass-preferences-model": "^2.16.0",
    "react": "^17.0.2"
  },
  "dependencies": {
    "@mongodb-js/compass-components": "^1.20.1",
    "compass-preferences-model": "^2.16.0"
  },
  "devDependencies": {
    "@mongodb-js/compass-logging": "^1.2.7",
    "@mongodb-js/eslint-config-compass": "^1.0.12",
    "@mongodb-js/mocha-config-compass": "^1.3.3",
    "@mongodb-js/prettier-config-compass": "^1.0.1",
    "@mongodb-js/tsconfig-compass": "^1.0.3",
    "@testing-library/react": "^12.1.4",
    "@testing-library/user-event": "^13.5.0",
    "@types/chai": "^4.2.21",
    "@types/chai-dom": "^0.0.10",
    "@types/mocha": "^9.0.0",
    "@types/react": "^17.0.5",
    "@types/react-dom": "^17.0.10",
    "@types/sinon-chai": "^3.2.5",
    "chai": "^4.3.4",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "sinon": "^9.2.3",
    "typescript": "^5.0.4"
  }
}
