{
  "name": "@visactor/vrender-kits",
  "version": "1.0.45",
  "description": "",
  "sideEffects": false,
  "main": "cjs/index-node.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "cjs",
    "es",
    "dist"
  ],
  "dependencies": {
    "@visactor/vutils": "~1.0.12",
    "@visactor/vrender-core": "1.0.45",
    "@resvg/resvg-js": "2.4.1",
    "roughjs": "4.6.6",
    "gifuct-js": "2.1.2",
    "lottie-web": "^5.12.2"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "~1.1.4",
    "canvas": "2.11.2",
    "node-fetch": "2.6.6",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/node-fetch": "2.6.4",
    "@vitejs/plugin-react": "3.1.0",
    "eslint": "~8.18.0",
    "vite": "3.2.6",
    "typescript": "4.9.5",
    "cross-env": "^7.0.3",
    "@internal/bundler": "0.0.1",
    "@internal/ts-config": "0.0.1",
    "@internal/eslint-config": "0.0.1"
  },
  "keywords": [
    "VisActor",
    "graphics",
    "renderer",
    "vrender",
    "vrender-kits"
  ],
  "homepage": "",
  "bugs": "https://github.com/VisActor/VRender/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/VisActor/VRender.git",
    "directory": "packages/vrender-kits"
  },
  "author": {
    "name": "VisActor",
    "url": "https://VisActor.io/"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": "./es/index.js",
      "require": "./cjs/index-node.js"
    }
  },
  "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",
    "start": "vite ./vite",
    "test": ""
  }
}