{
  "name": "@mongodb-js/compass-user-data",
  "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": "0.1.10",
  "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",
    "compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs",
    "typecheck": "tsc -p tsconfig-lint.json --noEmit",
    "eslint": "eslint",
    "prettier": "prettier",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "depcheck": "depcheck",
    "check": "npm run typecheck && 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 ."
  },
  "dependencies": {
    "write-file-atomic": "^5.0.1",
    "zod": "^3.22.3"
  },
  "devDependencies": {
    "@mongodb-js/compass-logging": "^1.2.7",
    "@mongodb-js/compass-utils": "^0.5.6",
    "@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",
    "@types/chai": "^4.2.21",
    "@types/mocha": "^9.0.0",
    "@types/sinon-chai": "^3.2.5",
    "@types/write-file-atomic": "^4.0.1",
    "chai": "^4.3.6",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "gen-esm-wrapper": "^1.1.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.7.1",
    "sinon": "^9.2.3",
    "typescript": "^5.0.4"
  }
}
