{
   "name": "@hydrophobefireman/kit",
   "description": "",
   "types": "dist/src/index.d.ts",
   "version": "0.5.1",
   "license": "MIT",
   "homepage": "https://github.com/Hydrophobefireman/kit#readme",
   "repository": {
      "type": "git",
      "url": "git+https://github.com/Hydrophobefireman/kit.git"
   },
   "main": "dist/src/index.js",
   "module": "dist/src/index.js",
   "exports": {
      ".": "./dist/src/index.js",
      "./styles/css/": "./styles/css/",
      "./styles/": "./styles/",
      "./styles": "./styles/index.js",
      "./css-reset": "./css-reset/index.js",
      "./css-reset/": "./css-reset/",
      "./package.json": "./package.json",
      "./*": "./*",
      "./_autocomplete-options": "./_autocomplete-options/src/index.js",
      "./alerts": "./alerts/src/index.js",
      "./autocomplete": "./autocomplete/src/index.js",
      "./avatar": "./avatar/src/index.js",
      "./base-dom": "./base-dom/src/index.js",
      "./bottom-sheet": "./bottom-sheet/src/index.js",
      "./build-portal": "./build-portal/src/index.js",
      "./button": "./button/src/index.js",
      "./classnames": "./classnames/src/index.js",
      "./collapse": "./collapse/src/index.js",
      "./container": "./container/src/index.js",
      "./dropdown": "./dropdown/src/index.js",
      "./file-drop-target": "./file-drop-target/src/index.js",
      "./focus-trap": "./focus-trap/src/index.js",
      "./hooks": "./hooks/src/index.js",
      "./http": "./http/src/index.js",
      "./icons": "./icons/src/index.js",
      "./input": "./input/src/index.js",
      "./modal": "./modal/src/index.js",
      "./router": "./router/src/index.js",
      "./select": "./select/src/index.js",
      "./skeleton": "./skeleton/src/index.js",
      "./text": "./text/src/index.js",
      "./theme": "./theme/src/index.js",
      "./transition": "./transition/src/index.js"
   },
   "scripts": {
      "_i": "for i in ./dist/packages/*; do echo \"$i\" && cp \"$i\" ./examples/node_modules/@hydrophobefireman/kit/ -r ;done && cp styles ./examples/node_modules/@hydrophobefireman/kit/ -r &&  cp dist ./examples/node_modules/@hydrophobefireman/kit/ -r && cp package.json ./examples/node_modules/@hydrophobefireman/kit/",
      "prebuild": "node scripts/clean.js",
      "prepublishOnly": "npm run build &&  node scripts/prepublishOnly.js",
      "postpublish": "node scripts/postpublish.js",
      "postbuild": "node scripts/postbuild.js",
      "create-package": "node scripts/create-package.js",
      "build": "tsc",
      "prepare": "husky install"
   },
   "sideEffects": false,
   "peerDependencies": {
      "@hydrophobefireman/flask-jwt-jskit": "latest",
      "@hydrophobefireman/ui-lib": "latest",
      "statedrive": "latest"
   },
   "dependencies": {
      "@hydrophobefireman/kit-icons": "latest",
      "csstype": "^3.1.3"
   },
   "devDependencies": {
      "@types/node": "^20.11.16",
      "husky": "^9.0.10",
      "pretty-quick": "^4.0.0",
      "typescript": "^5.3.3"
   },
   "kitBase": {
      "exports": {
         ".": "./dist/src/index.js",
         "./styles/css/": "./styles/css/",
         "./styles/": "./styles/",
         "./styles": "./styles/index.js",
         "./css-reset": "./css-reset/index.js",
         "./css-reset/": "./css-reset/",
         "./package.json": "./package.json",
         "./*": "./*"
      }
   },
   "kitPackages": [
      "_autocomplete-options",
      "alerts",
      "autocomplete",
      "avatar",
      "base-dom",
      "bottom-sheet",
      "build-portal",
      "button",
      "classnames",
      "collapse",
      "container",
      "dropdown",
      "file-drop-target",
      "focus-trap",
      "hooks",
      "http",
      "icons",
      "input",
      "modal",
      "router",
      "select",
      "skeleton",
      "text",
      "theme",
      "transition"
   ]
}