{
  "name": "bausteine",
  "type": "module",
  "version": "1.1.12",
  "description": "Design System",
  "main": "./dist/createWebComponent.js",
  "types": "./dist/createWebComponent.d.ts",
  "exports": {
    "types": "./dist/createWebComponent.d.ts",
    "import": "./dist/createWebComponent.js",
    "default": "./dist/createWebComponent.js"
  },
  "scripts": {
    "start": "html-bundle --hmr --secure",
    "build": "html-bundle && tsc",
    "test": "npm run build && wtr test/**/*.html --node-resolve --playwright --browsers chromium firefox webkit && node a11y.js",
    "a11y": "axe https://localhost:5000/snapshots.html",
    "lint": "eslint src/**/*.{ts,js,mjs,jsx,tsx} --fix && tsc --noEmit",
    "format": "prettier . --write",
    "pre-commit": "npm run lint && npm run format && npm test",
    "update": "npx npm-check-updates -u && npm i && npm outdated"
  },
  "dependencies": {
    "@webreflection/custom-elements-builtin": "^0.4.1",
    "hydro-js": "^1.8.15",
    "router-dom": "^3.0.3"
  },
  "devDependencies": {
    "@axe-core/cli": "^4.11.1",
    "@eslint/js": "^10.0.1",
    "@esm-bundle/chai": "^4.3.4-fix.0",
    "@tailwindcss/postcss": "^4.2.1",
    "@types/node": "^25.5.0",
    "@web/test-runner": "^0.20.2",
    "@web/test-runner-playwright": "^0.11.1",
    "cssnano": "^7.1.3",
    "cssnano-preset-advanced": "^7.0.11",
    "eslint": "10.0.3",
    "globals": "^17.4.0",
    "highlight.js": "^11.11.1",
    "highlightjs-copy": "^1.0.6",
    "html-bundle": "^6.2.2",
    "husky": "^9.1.7",
    "nano-spawn": "^2.0.0",
    "postcss": "^8.5.8",
    "prettier": "^3.8.1",
    "prettier-plugin-tailwindcss": "^0.7.2",
    "tailwindcss": "^4.2.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.0"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "reactive",
    "library",
    "javascript",
    "dom",
    "modern",
    "fast",
    "design system"
  ],
  "author": "Fabian Klingenberg <klingenberg.fabian@gmx.de> (https://klingenberg.works/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Krutsch/bausteine.git"
  },
  "bugs": "https://github.com/Krutsch/bausteine/issues"
}
