{
  "name": "tosijs-ui",
  "version": "1.5.22",
  "description": "simple robust web-components for use with tosijs or anything else",
  "scripts": {
    "start": "bun --watch bin/dev.ts",
    "build": "bun bin/dev.ts --build-only",
    "test-browser": "bun bin/dev.ts --test",
    "format": "bun eslint src demo --fix && bun prettier --write .",
    "tests": "bun test src/*.test.ts && bun playwright test",
    "latest": "rm -rf node_modules bun.lock && bun update"
  },
  "keywords": [
    "tosijs",
    "ui",
    "ux",
    "user interface",
    "gui",
    "widgets",
    "web-components",
    "component library"
  ],
  "author": "Tonio Loewald",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tonioloewald/xinjs-ui.git"
  },
  "devDependencies": {
    "@playwright/test": "^1.58.2",
    "@types/jsdom": "^21.1.7",
    "@types/node": "^22.19.12",
    "@types/react": "^19.2.14",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "bun-types": "latest",
    "chokidar": "^4.0.3",
    "eslint": "^8.57.1",
    "happy-dom": "^20.7.0",
    "playwright": "^1.58.2",
    "prettier": "^2.8.8",
    "sucrase": "3.35.0",
    "tosijs": "^1.6.1",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "marked": "^16.4.2",
    "sucrase": "^3.35.0",
    "tosijs": "^1.6.0"
  },
  "peerDependenciesMeta": {
    "sucrase": {
      "optional": true
    }
  },
  "files": [
    "/dist",
    "/bin/docs.ts",
    "/LICENSE",
    "/README.md",
    "/llms.txt"
  ],
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js",
    "browser": "./dist/iife.js",
    "default": "./dist/index.js"
  }
}
