{
  "name": "@mongodb-js/compass-aggregations",
  "productName": "Aggregations plugin",
  "version": "9.23.2",
  "apiVersion": "3.0.0",
  "description": "Compass Aggregation Pipeline Builder",
  "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 compile",
    "prepublishOnly": "npm run compile && compass-scripts check-exports-exist",
    "compile": "npm run webpack -- --mode production",
    "postcompile": "tsc --emitDeclarationOnly",
    "webpack": "webpack-compass",
    "analyze": "npm run webpack -- --mode production --analyze",
    "typecheck": "tsc -p tsconfig-lint.json --noEmit",
    "depcheck": "compass-scripts check-peer-deps && depcheck",
    "eslint": "eslint",
    "lint": "npm run eslint . && npm run prettier -- --check .",
    "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",
    "prettier": "prettier",
    "reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
  },
  "license": "SSPL",
  "peerDependencies": {
    "@mongodb-js/atlas-service": "^0.12.1",
    "@mongodb-js/compass-components": "^1.20.1",
    "@mongodb-js/compass-crud": "^13.21.3",
    "@mongodb-js/compass-editor": "^0.19.1",
    "@mongodb-js/compass-generative-ai": "^0.6.1",
    "@mongodb-js/compass-logging": "^1.2.7",
    "@mongodb-js/compass-utils": "^0.5.6",
    "@mongodb-js/explain-plan-helper": "^1.1.5",
    "@mongodb-js/mongodb-constants": "^0.8.7",
    "@mongodb-js/mongodb-redux-common": "^2.0.17",
    "@mongodb-js/my-queries-storage": "^0.3.1",
    "bson": "^6.2.0",
    "compass-preferences-model": "^2.16.0",
    "hadron-app-registry": "^9.1.1",
    "hadron-document": "^8.4.4",
    "hadron-type-checker": "^7.1.1",
    "mongodb-data-service": "^22.16.1",
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@babel/generator": "^7.19.5",
    "@babel/parser": "^7.19.4",
    "@babel/types": "^7.19.4",
    "@dnd-kit/core": "^6.0.7",
    "@dnd-kit/sortable": "^7.0.2",
    "@dnd-kit/utilities": "^3.2.1",
    "@mongodb-js/compass-collection": "^4.20.3",
    "@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/lodash": "^4.14.188",
    "@types/semver": "^7.3.9",
    "chai": "^4.3.6",
    "depcheck": "^1.4.1",
    "ejson-shell-parser": "^2.0.0",
    "enzyme": "^3.11.0",
    "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",
    "prettier": "^2.7.1",
    "prop-types": "^15.7.2",
    "re-resizable": "^6.9.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-redux": "^8.1.3",
    "redux": "^4.2.1",
    "redux-thunk": "^2.4.2",
    "semver": "^5.7.1",
    "sinon": "^9.2.3",
    "xvfb-maybe": "^0.2.1"
  },
  "dependencies": {
    "@mongodb-js/atlas-service": "^0.12.1",
    "@mongodb-js/compass-components": "^1.20.1",
    "@mongodb-js/compass-crud": "^13.21.3",
    "@mongodb-js/compass-editor": "^0.19.1",
    "@mongodb-js/compass-generative-ai": "^0.6.1",
    "@mongodb-js/compass-logging": "^1.2.7",
    "@mongodb-js/compass-utils": "^0.5.6",
    "@mongodb-js/explain-plan-helper": "^1.1.5",
    "@mongodb-js/mongodb-constants": "^0.8.7",
    "@mongodb-js/mongodb-redux-common": "^2.0.17",
    "@mongodb-js/my-queries-storage": "^0.3.1",
    "bson": "^6.2.0",
    "compass-preferences-model": "^2.16.0",
    "hadron-app-registry": "^9.1.1",
    "hadron-document": "^8.4.4",
    "hadron-type-checker": "^7.1.1",
    "mongodb-data-service": "^22.16.1"
  },
  "homepage": "https://github.com/mongodb-js/compass",
  "bugs": {
    "url": "https://jira.mongodb.org/projects/COMPASS/issues",
    "email": "compass@mongodb.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb-js/compass.git"
  }
}
