{
  "name": "@visactor/vgrammar-venn",
  "version": "0.16.17",
  "description": "Venn layout transform for VGrammar",
  "keywords": [
    "venn",
    "visualization",
    "VGrammar",
    "storytelling",
    "VisActor"
  ],
  "author": {
    "name": "VisActor",
    "url": "https://VisActor.io/"
  },
  "license": "MIT",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/VisActor/VGrammar"
  },
  "main": "cjs/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "cjs",
    "es",
    "dist"
  ],
  "dependencies": {
    "@visactor/vgrammar-core": "0.16.17",
    "@visactor/vgrammar-util": "0.16.17",
    "@visactor/vrender-core": "0.22.19",
    "@visactor/vrender-kits": "0.22.19",
    "@visactor/vutils": "~0.19.5"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "~1.1.4",
    "eslint": "~8.18.0",
    "vite": "3.2.6",
    "typescript": "4.9.5",
    "jest": "~29.5.0",
    "jest-environment-jsdom": "~29.5.0",
    "@jest/globals": "~29.5.0",
    "ts-jest": "~29.1.0",
    "@types/jest": "~29.5.0",
    "@types/node": "*",
    "@internal/jest-config": "0.0.1",
    "@internal/eslint-config": "0.0.1",
    "@internal/bundler": "0.0.1",
    "@internal/ts-config": "0.0.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "compile": "tsc --noEmit",
    "eslint": "eslint --debug --fix src/",
    "build": "bundle --clean",
    "dev": "bundle --clean -f es -w",
    "start": "vite ./vite",
    "test": "jest",
    "test-cov": "jest -w 16 --coverage",
    "test-check": "DEBUG=jest jest --forceExit --detectOpenHandles --silent false --verbose false --runInBand"
  }
}