{
    "name": "skia-path2d",
    "private": false,
    "version": "1.7.9",
    "type": "module",
    "files": [
        "./dist",
        "./index.js",
        "./types",
        "./public",
        "./package.json"
    ],
    "main": "index.js",
    "module": "dist/skia-path2d.es.js",
    "unpkg": "dist/skia-path2d.umd.js",
    "jsdelivr": "dist/skia-path2d.umd.js",
    "types": "./types/index.d.ts",
    "exports": {
        ".": {
          "types":"./types/index.d.ts",
          "import": "./dist/skia-path2d.es.js",
          "require":"./dist/skia-path2d.cjs.js",
          "default": "./dist/skia-path2d.umd.js"
        }
      },
    "description": "Extract the core code related to Path2D, PathStrore, and isPointInPath from Skia and rewrite it with typescript",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/dxlyf/SkiaPath2D.git"
    },
    "keywords": [
        "canvas","webgl","webgpu","graphics","Path2D","skia","PathStroker","react","vue"
    ],
    "author": "fanyonglong",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/dxlyf/SkiaPath2D/issues"
    },
    "homepage": "https://github.com/dxlyf/SkiaPath2D/tree/main/packages/path#readme",
    "scripts": {
        "dev": "vite dev --port=8698",
        "build": "vite build",
        "preview": "vite preview"
    },
    "peerDependencies": {
    },
    "devDependencies": {

    }
}