{
  "name": "ml-commons-dashboards",
  "license": "Apache-2.0",
  "config": {
    "id": "mlCommonsDashboards"
  },
  "version": "2.19.4.0",
  "scripts": {
    "build": "yarn plugin-helpers build",
    "plugin-helpers": "node ../../scripts/plugin_helpers",
    "osd": "node ../../scripts/osd",
    "lint:es": "node ../../scripts/eslint",
    "test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
    "prepare": "husky install"
  },
  "dependencies": {},
  "devDependencies": {
    "@testing-library/user-event": "^14.4.3",
    "husky": "^8.0.0",
    "lint-staged": "^10.0.0"
  },
  "opensearchDashboards": {
    "version": "2.19.4"
  }
}