{
  "name": "@visactor/react-vrender-utils",
  "version": "1.1.1",
  "description": "",
  "sideEffects": false,
  "main": "cjs/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "cjs",
    "es",
    "dist"
  ],
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@visactor/vrender": "1.1.1",
    "@visactor/react-vrender": "1.1.1",
    "@visactor/vutils": "~1.0.12",
    "react-reconciler": "^0.29.0",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "~1.1.4",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@vitejs/plugin-react": "3.1.0",
    "@types/jest": "^26.0.0",
    "jest": "^26.0.0",
    "jest-electron": "npm:@pixi/jest-electron@26.1.0",
    "jest-extended": "^1.2.1",
    "ts-jest": "^26.0.0",
    "eslint": "~8.18.0",
    "vite": "3.2.6",
    "typescript": "4.9.5",
    "cross-env": "^7.0.3",
    "@internal/bundler": "0.0.1",
    "@internal/eslint-config": "0.0.1",
    "@internal/ts-config": "0.0.1"
  },
  "keywords": [
    "VisActor",
    "graphics",
    "renderer",
    "react",
    "react-vrender",
    "vrender",
    "react-vrender-utils",
    "utils"
  ],
  "homepage": "",
  "bugs": "https://github.com/VisActor/VRender/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/VisActor/VRender.git",
    "directory": "packages/react-vrender-utils"
  },
  "author": {
    "name": "VisActor",
    "url": "https://VisActor.io/"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "import": "./es/index.js",
      "require": "./cjs/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "compile": "tsc --noEmit",
    "eslint": "eslint --debug --fix src/",
    "build": "cross-env DEBUG='Bundler*' bundle",
    "dev": "cross-env DEBUG='Bundler*' bundle --clean -f es -w",
    "test": "jest -c jest.config.js",
    "test:electron": "jest -c jest.electron.config.js --runInBand --passWithNoTests --testPathPattern='__tests__/(browser|electron)/'",
    "test-cov": "jest -c jest.config.js --coverage",
    "test-watch": "cross-env DEBUG_MODE=1 jest --watch -c jest.config.js",
    "start": "vite ./vite"
  }
}