{
  "name": "egreact",
  "version": "1.4.9",
  "description": "A react render for egret 一个为 egret 而生的 react 渲染器",
  "keywords": [
    "react",
    "reactjs",
    "egret",
    "egreact"
  ],
  "author": "xingyu.hu(https://github.com/xingxinglieo)",
  "repository": "https://github.com/xingxinglieo/egreact",
  "bugs": "https://github.com/xingxinglieo/egreact/issues",
  "homepage": "https://xingxinglieo.github.io/egreact",
  "module": "dist/index.esm.js",
  "main": "dist/index.cjs.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "test": "jest --silent --detect-open-handles",
    "build": "rollup -c",
    "dev": "rollup -c -w"
  },
  "license": "ISC",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/react": "^18.0.19",
    "react": ">=18.0",
    "react-context-bridge": "^0.0.5",
    "react-reconciler": "^0.27.0",
    "typescript": "^4.7.3"
  },
  "peerDependenciesMeta": {},
  "devDependencies": {
    "@babel/core": "^7.18.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-typescript": "^8.3.4",
    "@types/node": "^17.0.42",
    "@types/sinon": "^10.0.11",
    "concurrently": "^7.2.2",
    "jest": "^29.0.3",
    "rollup": "^2.75.6",
    "sinon": "^14.0.0",
    "ts-jest": "^29.0.0",
    "tslib": "^2.4.0"
  },
  "sideEffects": false
}
