{
    "name": "@hylimo/diagram",
    "version": "2.2.2",
    "license": "MIT",
    "type": "module",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hylimo/hylimo.git",
        "directory": "packages/diagram"
    },
    "exports": {
        ".": {
            "import": {
                "types": "./lib/index.d.ts",
                "default": "./lib/index.js"
            }
        }
    },
    "files": [
        "lib",
        "src"
    ],
    "scripts": {
        "build": "tsc"
    },
    "dependencies": {
        "@hylimo/core": "^2.2.2",
        "@hylimo/diagram-common": "^2.2.2",
        "@hylimo/fonts": "^2.2.2",
        "@hylimo/wasm-libs": "^2.2.2",
        "buffer": "^6.0.3",
        "dedent": "^1.7.1",
        "fontkit": "^2.0.4",
        "linebreak": "^1.1.0",
        "p-limit": "^7.3.0",
        "svgpath": "^2.6.0",
        "transformation-matrix": "^3.1.0",
        "uuid": "^13.0.0"
    },
    "devDependencies": {
        "@types/fontkit": "^2.0.8"
    }
}
