{
  "name": "modern-path2d",
  "type": "module",
  "version": "1.8.8",
  "packageManager": "pnpm@9.15.1",
  "description": "A Path2D library, fully compatible with Web Path2D, with additional support for triangulate、animation、deformation etc.",
  "author": "wxm",
  "license": "MIT",
  "homepage": "https://github.com/qq15725/modern-path2d",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qq15725/modern-path2d.git"
  },
  "bugs": {
    "url": "https://github.com/qq15725/modern-path2d/issues"
  },
  "keywords": [
    "typescript",
    "path2d",
    "path2d-animation",
    "path2d-deformation",
    "path2d-playback"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "browser": "./dist/index.js",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build && unbuild",
    "dev": "vite docs",
    "lint": "eslint src",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
    "release": "bumpp package.json --commit \"release: v%s\" --push --all --tag",
    "start": "esno src/index.ts",
    "test": "vitest",
    "bench": "vitest bench --run",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "earcut": "^3.2.0",
    "polygon-clipping": "^0.15.7"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.1.0",
    "@types/earcut": "^3.0.0",
    "@types/node": "^26.0.1",
    "bumpp": "^11.1.0",
    "conventional-changelog-cli": "^5.0.0",
    "eslint": "^10.6.0",
    "typescript": "^6.0.3",
    "unbuild": "^3.6.1",
    "vite": "^8.1.2",
    "vitest": "^4.1.9"
  }
}
