{
  "name": "opensearch-security-dashboards",
  "version": "2.19.4.0",
  "main": "target/plugins/opensearch_security_dashboards",
  "opensearchDashboards": {
    "version": "2.19.4",
    "templateVersion": "2.19.4"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/opensearch-project/security-dashboards-plugin",
  "scripts": {
    "cypress:open": "cypress open",
    "cypress:run": "cypress run",
    "plugin-helpers": "node ../../scripts/plugin_helpers",
    "osd": "node ../../scripts/osd",
    "opensearch": "node ../../scripts/opensearch",
    "build": "yarn plugin-helpers build && node build_tools/rename_zip.js",
    "start": "node ../../scripts/opensearch-dashboards --dev",
    "lint:es": "node ../../scripts/eslint",
    "lint:style": "node ../../scripts/stylelint",
    "lint": "yarn run lint:es && yarn run lint:style",
    "runIdp": "node ./test/jest_integration/runIdpServer.js",
    "test:jest_server": "ADMIN_PASSWORD=$ADMIN_PASSWORD node ./test/run_jest_tests.js --config ./test/jest.config.server.js",
    "test:jest_ui": "node ./test/run_jest_tests.js --config ./test/jest.config.ui.js",
    "prepare": "husky install"
  },
  "devDependencies": {
    "@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",
    "@testing-library/react-hooks": "^7.0.2",
    "@types/hapi__wreck": "^15.0.1",
    "cypress": "^13.5.1",
    "cypress-mochawesome-reporter": "^3.3.0",
    "eslint-plugin-cypress": "^2.8.1",
    "eslint-plugin-unused-imports": "3.1.0",
    "gulp-rename": "2.0.0",
    "husky": "^8.0.0",
    "jose": "^5.2.4",
    "minimist": "^1.2.8",
    "saml-idp": "^1.2.1",
    "selfsigned": "^2.0.1",
    "typescript": "4.0.2"
  },
  "dependencies": {
    "@hapi/cryptiles": "5.0.0",
    "@hapi/wreck": "^17.1.0",
    "html-entities": "1.3.1",
    "proxy-agent": "^6.4.0",
    "zxcvbn": "^4.4.2",
    "semver": "^7.5.3"
  },
  "resolutions": {
    "selenium-webdriver": "4.10.0",
    "glob-parent": "^5.1.2",
    "debug": "^4.3.4",
    "ejs": "^3.1.10",
    "express": "^4.21.1",
    "braces": "^3.0.3",
    "body-parser": "^1.20.3",
    "micromatch": "^4.0.8",
    "cross-spawn": "7.0.5",
    "xml-crypto": "^2.1.6",
    "@babel/runtime": "^7.27.0",
    "pbkdf2": "^3.1.3",
    "crypto-browserify": "^3.12.1",
    "cipher-base": "^1.0.7",
    "sha.js": "^2.4.5"
  }
}