{
  "name": "@mongodb-js/compass-editor",
  "description": "Reusable Compass editor component based on codemirror editor, themes, and autocompleters",
  "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.19.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  },
  "files": [
    "dist"
  ],
  "license": "SSPL",
  "main": "dist/index.js",
  "compass:main": "src/index.ts",
  "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",
    "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 ."
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@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/prettier": "^2.7.1",
    "@types/sinon-chai": "^3.2.5",
    "chai": "^4.3.6",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "sinon": "^9.2.3",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "@codemirror/autocomplete": "^6.4.0",
    "@codemirror/commands": "^6.1.2",
    "@codemirror/lang-javascript": "^6.1.2",
    "@codemirror/lang-json": "^6.0.1",
    "@codemirror/language": "^6.3.2",
    "@codemirror/lint": "^6.1.1",
    "@codemirror/state": "^6.1.4",
    "@codemirror/view": "^6.7.1",
    "@lezer/highlight": "^1.1.3",
    "@mongodb-js/compass-components": "^1.20.1",
    "@mongodb-js/mongodb-constants": "^0.8.7",
    "polished": "^4.2.2",
    "prettier": "^2.7.1"
  }
}
