{
  "name": "@patternfly/react-code-editor",
  "version": "6.4.1",
  "description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
  "main": "dist/js/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "patternfly:src": "src/",
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "tag": "prerelease"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/patternfly/patternfly-react.git"
  },
  "keywords": [
    "react",
    "patternfly",
    "code-editor"
  ],
  "author": "Red Hat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/patternfly/patternfly-react/issues"
  },
  "homepage": "https://github.com/patternfly/patternfly-react/tree/main/packages/react-code-editor#readme",
  "scripts": {
    "clean": "rimraf dist"
  },
  "dependencies": {
    "@monaco-editor/react": "^4.6.0",
    "@patternfly/react-core": "^6.4.1",
    "@patternfly/react-icons": "^6.4.0",
    "@patternfly/react-styles": "^6.4.0",
    "react-dropzone": "14.3.5",
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "react": "^17 || ^18 || ^19",
    "react-dom": "^17 || ^18 || ^19"
  },
  "devDependencies": {
    "monaco-editor": "^0.52.2"
  },
  "gitHead": "476782a298df81cb78de7f3cd804f3ff8f33993c"
}
