{
  "name": "@rsmax/redbox-react",
  "description": "A redbox (rsod) component to display your errors.",
  "version": "1.0.4",
  "main": "lib/index.js",
  "types": "types/redbox-react.d.ts",
  "files": [
    "lib",
    "src",
    "types"
  ],
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build -w",
    "prepublish": "npm run format && npm run build",
    "format": "prettier --write .",
    "test": "vitest run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commissure/redbox-react.git"
  },
  "author": "David Pfahler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/commissure/redbox-react/issues"
  },
  "homepage": "https://github.com/commissure/redbox-react",
  "keywords": [
    "redbox",
    "rsod",
    "react",
    "react-native"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rslib/core": "^0.6.9",
    "@types/react": "^18.0",
    "react": "^18.3.0",
    "react-addons-test-utils": "^15.0.0",
    "react-dom": "^18.3.0",
    "@rsbuild/plugin-react": "^1.3.1",
    "vitest": "^3.1.3",
    "prettier": "^3.5.3"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "rsmax": "^1.3.0"
  },
  "dependencies": {
    "error-stack-parser-es": "^1.0.5",
    "object-assign": "^4.0.1",
    "prop-types": "^15.5.4",
    "sourcemapped-stacktrace": "^1.1.6"
  }
}
