{
    "name": "webchugl",
    "version": "0.1.9",
    "description": "ChuGL real-time graphics + ChucK audio, in the browser via WebAssembly + WebGPU",
    "type": "module",
    "main": "dist/webchugl-esm.js",
    "module": "dist/webchugl-esm.js",
    "types": "dist/webchugl-esm.d.ts",
    "exports": {
        ".": {
            "import": "./dist/webchugl-esm.js",
            "default": "./dist/webchugl-esm.js"
        }
    },
    "files": [
        "dist/"
    ],
    "keywords": [
        "ChucK",
        "ChuGL",
        "WebChucK",
        "WebGPU",
        "Graphics",
        "Audio"
    ],
    "scripts": {
        "dev": "node serve-dev.js",
        "docs": "typedoc && node docs-template/generate.cjs",
        "build:ts": "tsc"
    },
    "author": "Ben Hoang",
    "license": "MIT",
    "homepage": "https://chuck.stanford.edu/webchugl/",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ccrma/webchugl.git"
    },
    "bugs": {
        "url": "https://github.com/ccrma/webchugl/issues"
    },
    "devDependencies": {
        "@webgpu/types": "^0.1.69",
        "esbuild": "^0.27.3",
        "typedoc": "^0.28.17",
        "typescript": "^5.9.3"
    }
}
