{
  "name": "@redhat-cloud-services/insights-common-typescript",
  "version": "6.1.3",
  "private": false,
  "license": "Apache-2.0",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.*",
    "esm/*",
    "cjs/*",
    "src/*"
  ],
  "scripts": {
    "build": "rollup --config",
    "start": "rollup --config --watch --cache",
    "lint": "eslint --ext js,ts,tsx config src",
    "lint:fix": "eslint --ext js,ts,tsx config src --fix",
    "test": "jest --verbose",
    "test:ci": "npm-run-all 'test --coverage --forceExit --maxWorkers=4 --detectOpenHandles'"
  },
  "dependencies": {
    "camelcase": "5.3.1",
    "react-string-format": "0.1.0"
  },
  "peerDependencies": {
    "@patternfly/react-core": "^5.0.0",
    "@patternfly/react-icons": "^5.0.0",
    "@redhat-cloud-services/frontend-components": "^5.2.12",
    "@redhat-cloud-services/frontend-components-notifications": "^4.1.23",
    "@redhat-cloud-services/frontend-components-utilities": "^5.0.13",
    "@redhat-cloud-services/rbac-client": "^4.0.1",
    "axios": "^1.8.4",
    "csx": "^10.0.2",
    "formik": "^2.2.9",
    "react": "^18.0.0",
    "react-fetching-library": "^1.7.6",
    "react-router-dom": "^6.16.0",
    "react-use": "^17.2.4",
    "redux": "^4.1.0",
    "redux-promise-middleware": "^5.1.1",
    "typestyle": "^2.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "58bfce3fd4975ef6a914a7a730cb3240b058c2fe"
}
