{
  "name": "compass-preferences-model",
  "description": "Compass preferences model",
  "author": "Lucas Hrabovsky <lucas@mongodb.com>",
  "version": "2.16.0",
  "bugs": {
    "url": "https://jira.mongodb.org/projects/COMPASS/issues",
    "email": "compass@mongodb.com"
  },
  "homepage": "https://github.com/mongodb-js/compass",
  "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": {
    "import": "./dist/.esm-wrapper.mjs",
    "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",
    "clean": "node -e \"fs.rmSync('dist', { recursive: true, force: true })\" || true",
    "precompile": "npm run clean",
    "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
    "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-check-ci": "npm run check && npm test",
    "test": "mocha",
    "test-ci": "npm run test",
    "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
  },
  "dependencies": {
    "@mongodb-js/compass-user-data": "^0.1.10",
    "@mongodb-js/compass-logging": "^1.2.7",
    "ampersand-collection-filterable": "^0.3.0",
    "ampersand-rest-collection": "^6.0.0",
    "ampersand-state": "5.0.3",
    "bson": "^6.2.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "yargs-parser": "^21.1.1"
  },
  "devDependencies": {
    "@mongodb-js/compass-user-data": "^0.1.10",
    "@mongodb-js/eslint-config-compass": "^1.0.12",
    "@mongodb-js/mocha-config-compass": "^1.3.3",
    "@testing-library/react": "^12.1.4",
    "@types/js-yaml": "^4.0.5",
    "@types/yargs-parser": "21.0.0",
    "chai": "^4.3.6",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "hadron-ipc": "^3.2.5",
    "mocha": "^10.2.0",
    "react": "^17.0.2",
    "sinon": "^9.2.3"
  }
}
