HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/plugins/assistantDashboards/package.json
{
  "name": "assistant-dashboards",
  "version": "2.19.3.0",
  "main": "index.ts",
  "license": "Apache-2.0",
  "scripts": {
    "osd": "node ../../scripts/osd",
    "build": "yarn plugin-helpers build",
    "test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
    "plugin-helpers": "node ../../scripts/plugin_helpers",
    "prepare": "husky install",
    "lint:es": "node ../../scripts/eslint",
    "lint": "yarn lint:es"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "yarn lint --fix"
    ]
  },
  "dependencies": {
    "autosize": "^6.0.1",
    "csv-parser": "^3.0.0",
    "dompurify": "^3.2.4",
    "jsdom": "^21.1.2",
    "postinstall": "^0.7.4"
  },
  "devDependencies": {
    "@types/autosize": "^4.0.1",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jsdom": "^21.1.2",
    "@types/react-test-renderer": "^16.9.1",
    "eslint": "^6.8.0",
    "husky": "^8.0.0",
    "jest-dom": "^4.0.0",
    "lint-staged": "^13.1.0",
    "ts-jest": "^29.1.0"
  },
  "eslintIgnore": [
    "node_modules/*",
    "target/*"
  ],
  "resolutions": {
    "braces": "^3.0.3",
    "micromatch": "^4.0.8",
    "cross-spawn": "^7.0.5"
  },
  "opensearchDashboards": {
    "version": "2.19.3"
  }
}