{
  "name": "@mongodb-js/compass-import-export",
  "description": "Import/Export feature for Compass",
  "productName": "Compass Import / Export Plugin",
  "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": "7.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",
  "types": "dist/src/index.d.ts",
  "exports": {
    "browser": "./dist/browser.js",
    "require": "./dist/index.js"
  },
  "compass:exports": {
    ".": "./src/index.ts"
  },
  "scripts": {
    "bootstrap": "npm run postcompile",
    "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
    "compile": "npm run webpack -- --mode production",
    "webpack": "webpack-compass",
    "postcompile": "tsc --emitDeclarationOnly",
    "analyze": "npm run webpack -- --mode production --analyze",
    "typecheck": "tsc -p tsconfig-lint.json --noEmit",
    "eslint": "eslint",
    "prettier": "prettier",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "depcheck": "compass-scripts check-peer-deps && depcheck",
    "check": "npm run typecheck && npm run lint && npm run depcheck",
    "check-ci": "npm run check",
    "test": "mocha",
    "test-electron": "xvfb-maybe electron-mocha --no-sandbox",
    "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",
    "test-ci-electron": "npm run test-electron",
    "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
  },
  "peerDependencies": {
    "@mongodb-js/compass-components": "^1.20.1",
    "@mongodb-js/compass-editor": "^0.19.1",
    "@mongodb-js/compass-logging": "^1.2.7",
    "@mongodb-js/compass-utils": "^0.5.6",
    "bson": "^6.2.0",
    "compass-preferences-model": "^2.16.0",
    "electron": "^25.9.7",
    "hadron-app-registry": "^9.1.1",
    "hadron-document": "^8.4.4",
    "mongodb-data-service": "^22.16.1",
    "react": "^17.0.2"
  },
  "dependencies": {
    "@mongodb-js/compass-components": "^1.20.1",
    "@mongodb-js/compass-editor": "^0.19.1",
    "@mongodb-js/compass-logging": "^1.2.7",
    "@mongodb-js/compass-utils": "^0.5.6",
    "bson": "^6.2.0",
    "compass-preferences-model": "^2.16.0",
    "electron": "^25.9.7",
    "hadron-app-registry": "^9.1.1",
    "hadron-document": "^8.4.4",
    "mongodb-data-service": "^22.16.1"
  },
  "devDependencies": {
    "@electron/remote": "^2.1.0",
    "@mongodb-js/compass-test-server": "^0.1.8",
    "@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",
    "@mongodb-js/webpack-config-compass": "^1.2.6",
    "@testing-library/react": "^12.1.4",
    "@testing-library/user-event": "^13.5.0",
    "@types/chai": "^4.2.21",
    "@types/chai-as-promised": "^7.1.4",
    "@types/chai-dom": "^0.0.10",
    "@types/mocha": "^9.0.0",
    "@types/papaparse": "^5.3.7",
    "@types/react": "^17.0.5",
    "@types/react-dom": "^17.0.10",
    "@types/sinon-chai": "^3.2.5",
    "@types/stream-json": "^1.7.3",
    "@types/temp": "^0.9.1",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "debug": "^4.2.0",
    "depcheck": "^1.4.1",
    "eslint": "^7.25.0",
    "lodash": "^4.17.21",
    "mocha": "^10.2.0",
    "mongodb": "^6.3.0",
    "mongodb-ns": "^2.4.0",
    "mongodb-query-parser": "^4.0.0",
    "mongodb-schema": "^12.1.0",
    "nyc": "^15.1.0",
    "papaparse": "^5.3.2",
    "prettier": "^2.7.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-redux": "^8.1.3",
    "redux": "^4.2.1",
    "redux-thunk": "^2.4.2",
    "sinon": "^9.2.3",
    "sinon-chai": "^3.7.0",
    "stream-json": "^1.7.5",
    "strip-bom-stream": "^4.0.0",
    "temp": "^0.9.4",
    "xvfb-maybe": "^0.2.1"
  }
}
