{
  "name": "react-zdog",
  "version": "1.2.2",
  "description": "React-fiber renderer for zdog",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drcmda/react-zdog.git"
  },
  "keywords": [
    "react",
    "renderer",
    "fiber",
    "zdog"
  ],
  "author": "Paul Henschel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drcmda/react-zdog/issues"
  },
  "homepage": "https://github.com/drcmda/react-zdog#readme",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "publish:patch": "npm version patch && npm run build && npm publish",
    "publish:minor": "npm version minor && npm run build && npm publish",
    "publish:major": "npm version major && npm run build && npm publish",
    "preview": "vite preview"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "resize-observer-polyfill": "^1.5.1"
  },
  "devDependencies": {
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "@vitejs/plugin-react": "^4.0.3",
    "eslint": "^8.45.0",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "vite": "^4.4.5"
  },
  "files": [
    "dist"
  ],
  "module": "./dist/react-zdog.es.js",
  "exports": {
    ".": {
      "import": "./dist/react-zdog.es.js"
    }
  }
}
