{
  "name": "anomaly-detection-dashboards",
  "version": "2.19.4.0",
  "description": "OpenSearch Anomaly Detection Dashboards Plugin",
  "main": "index.js",
  "config": {
    "id": "anomalyDetectionDashboards",
    "zip_name": "anomaly-detection-dashboards"
  },
  "scripts": {
    "osd": "node ../../scripts/osd",
    "opensearch": "node ../../scripts/opensearch",
    "lint": "node ../../scripts/eslint .",
    "plugin-helpers": "node ../../scripts/plugin_helpers",
    "test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
    "build": "yarn plugin-helpers build",
    "postbuild": "echo Renaming artifact to [$npm_package_config_zip_name-$npm_package_version.zip] && mv build/$npm_package_config_id*.zip build/$npm_package_config_zip_name-$npm_package_version.zip"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx,json,css,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "devDependencies": {
    "@testing-library/user-event": "^12.1.6",
    "@types/react-plotly.js": "^2.6.0",
    "@types/redux-mock-store": "^1.0.6",
    "babel-polyfill": "^6.26.0",
    "eslint-plugin-no-unsanitized": "^3.0.2",
    "eslint-plugin-prefer-object-spread": "^1.2.1",
    "jest-canvas-mock": "^2.5.1",
    "lint-staged": "^9.2.0",
    "moment": "^2.24.0",
    "redux-mock-store": "^1.5.4"
  },
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "brace": "0.11.1",
    "formik": "^2.2.5",
    "plotly.js-dist": "^2.29.1",
    "prettier": "^2.1.1",
    "react-plotly.js": "^2.6.0",
    "react-redux": "^7.2.0",
    "reselect": "^4.0.0"
  },
  "resolutions": {
    "**/ansi-regex": "^5.0.1",
    "**/glob-parent": "^6.0.0",
    "**/loader-utils": "^2.0.4",
    "**/terser": "^4.8.1",
    "decode-uri-component": "^0.2.1",
    "json5": "^2.2.3",
    "@sideway/formula": "^3.0.1",
    "semver": "^5.7.2",
    "browserify-sign": "^4.2.2",
    "braces": "^3.0.3",
    "micromatch": "^4.0.8",
    "**/@babel/runtime": "^7.27.0",
    "**/@babel/runtime-corejs3": "^7.27.0",
    "**/elliptic": "^6.6.1",
    "cipher-base": "^1.0.7",
    "sha.js": "^2.4.12",
    "**/form-data": "^4.0.4",
    "pbkdf2": "^3.1.3"
  },
  "opensearchDashboards": {
    "version": "2.19.4"
  }
}