{
  "name": "@visactor/vrender-components",
  "version": "0.22.6",
  "description": "components library for dp visualization",
  "sideEffects": false,
  "main": "cjs/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "cjs",
    "es",
    "dist"
  ],
  "dependencies": {
    "@visactor/vutils": "~0.19.4",
    "@visactor/vscale": "~0.19.4",
    "@visactor/vrender-core": "0.22.6",
    "@visactor/vrender-kits": "0.22.6"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "~1.1.4",
    "@visactor/vscale": "~0.19.4",
    "@types/jest": "^26.0.0",
    "jest": "^26.0.0",
    "jest-electron": "^0.1.12",
    "ts-jest": "^26.0.0",
    "lil-gui": "^0.17.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",
    "react",
    "react-vrender",
    "vrender",
    "components",
    "vrender-components"
  ],
  "homepage": "",
  "bugs": "https://github.com/VisActor/VRender/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/VisActor/VRender.git",
    "directory": "packages/vrender-components"
  },
  "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",
    "start": "vite ./__tests__/browser",
    "test": "jest",
    "test-cov": "jest --coverage",
    "test-live": "npm run test-watch __tests__/unit/",
    "test-watch": "cross-env DEBUG_MODE=1 jest --watch",
    "analysis-core": "cross-env DEBUG='Bundler*' bundle -f umd -a -i core.ts",
    "build:spec-types": "rm -rf ./spec-types && tsc -p ./tsconfig.spec.json --declaration --emitDeclarationOnly --outDir ./spec-types"
  }
}