{
  "name": "trustwell-ui",
  "version": "2.0.1",
  "main": "dist/trustwell-ui.js",
  "module": "dist/trustwell-ui.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/trustwell-ui.js",
      "types": "./dist/src/index.d.ts"
    },
    "./dist/trustwell-ui.css": "./dist/trustwell-ui.css",
    "./dist/trustwell-ui-deprecated.css": "./dist/trustwell-ui-deprecated.css"
  },
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build && vite build --config vite.config.deprecated.ts",
    "prepublishOnly": "npm run build",
    "preview": "vite preview",
    "lint": "oxlint ./src",
    "format": "oxfmt .",
    "test": "vitest --detectAsyncLeaks",
    "test-run": "vitest --run --detectAsyncLeaks",
    "check": "npm run format && npm run lint && npm run build && npm run test-run",
    "pull": "git checkout develop && git pull",
    "sync": "branch=$(git branch --show-current); npm run pull && git checkout $branch && git merge develop",
    "release-sync": "branch=$(git branch --show-current); git checkout releases/Genesis-Release_$npm_package_version && git pull && git checkout $branch && git merge releases/Genesis-Release_$npm_package_version",
    "stash-sync": "git stash && npm run sync && git stash pop",
    "debt": "npm update && npm audit fix && npm install",
    "update": "npm run debt && npx npm-check-updates -i",
    "web-test": "web-test-runner \"tests/web/**/*.test.js\" --node-resolve"
  },
  "files": [
    "dist/",
    "library/TUI Components.md"
  ],
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^7.2.0",
    "@fortawesome/free-solid-svg-icons": "^7.2.0",
    "@types/throttle-debounce": "^5.0.2",
    "mitt": "^3.0.1",
    "store2": "^2.14.4",
    "throttle-debounce": "^5.0.2",
    "vue": "^3.5.35"
  },
  "devDependencies": {
    "@open-wc/testing": "^4.0.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@types/mocha": "^10.0.10",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vue/test-utils": "^2.4.11",
    "@web/dev-server-esbuild": "^1.0.5",
    "@web/test-runner": "^0.20.2",
    "jsdom": "^29.1.1",
    "oxfmt": "^0.53.0",
    "oxlint": "^1.68.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.16",
    "vite-plugin-dts": "^5.0.2",
    "vitest": "^4.1.8"
  }
}
