{
    "name": "fudgel",
    "version": "3.3.0",
    "description": "Minimalist web component library to take the pain out of bindings and content updates.",
    "keywords": [
        "lightweight",
        "web-component",
        "web",
        "component",
        "router",
        "slot",
        "declarative",
        "micro",
        "tiny",
        "framework"
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/fidian/fudgel.git"
    },
    "homepage": "https://fudgel.js.org/",
    "author": "Tyler Akins <fidian@rumkin.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/fidian/fudgel/issues"
    },
    "scripts": {
        "build": "npm run build:docs && npm run build:lib",
        "build:docs": "scripts/build-docs",
        "build:lib": "scripts/build",
        "reinstall": "rm -rf node_modules/ package-lock.json && npm install",
        "start": "light-server -s docs/ -p 8080",
        "test": "scripts/test",
        "test:interactive": "start-server-and-test start http://localhost:8080 'cypress open'"
    },
    "main": "dist/fudgel.js",
    "module": "dist/fudgel.mjs",
    "unpkg": "dist/fudgel.umd.min.js",
    "type": "module",
    "types": "dist/fudgel.d.ts",
    "devDependencies": {
        "agadoo": "^3.0.0",
        "cypress": "^15.13.0",
        "cypress-ct-custom-elements": "^1.0.0",
        "cypress-vite": "^1.8.0",
        "light-server": "^2.9.1",
        "marked": "^17.0.5",
        "rollup": "^4.60.1",
        "start-server-and-test": "^3.0.0",
        "terser": "^5.46.1",
        "typescript": "^5.9.3",
        "ultramatter": "^0.0.4",
        "ventojs": "^2.3.1",
        "vite": "^7.3.1"
    }
}
