{
  "name": "umd-react",
  "version": "19.2.5",
  "description": "UMD builds for React 19+",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lofcz/umd-react.git"
  },
  "keywords": [
    "react",
    "umd"
  ],
  "author": "Matěj \"lofcz\" Štágl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lofcz/umd-react/issues"
  },
  "files": [
    "dist/",
    "package.json",
    "README.md"
  ],
  "homepage": "https://github.com/lofcz/umd-react#readme",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.2",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "rollup": "^4.59.0"
  },
  "dependencies": {
    "semver": "^7.7.4",
    "umd-react": "file:"
  }
}
