{
  "name": "@thi.ng/imgui",
  "version": "3.2.10",
  "description": "Immediate mode GUI with flexible state handling & data only shape output",
  "type": "module",
  "module": "./index.js",
  "typings": "./index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/thi-ng/umbrella.git"
  },
  "homepage": "https://thi.ng/imgui",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/postspectacular"
    },
    {
      "type": "patreon",
      "url": "https://patreon.com/thing_umbrella"
    },
    {
      "type": "liberapay",
      "url": "https://liberapay.com/thi.ng"
    }
  ],
  "author": "Karsten Schmidt (https://thi.ng)",
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn build:esbuild && yarn build:decl",
    "build:decl": "tsc --declaration --emitDeclarationOnly",
    "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
    "clean": "bun ../../tools/src/clean-package.ts behaviors components",
    "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
    "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
    "pub": "yarn npm publish --access public",
    "test": "bun test",
    "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
  },
  "dependencies": {
    "@thi.ng/api": "^8.11.25",
    "@thi.ng/checks": "^3.7.5",
    "@thi.ng/geom": "^8.1.37",
    "@thi.ng/geom-isec": "^4.0.39",
    "@thi.ng/layout": "^3.1.23",
    "@thi.ng/math": "^5.11.25",
    "@thi.ng/ramp": "^3.3.29",
    "@thi.ng/transducers": "^9.2.25",
    "@thi.ng/vectors": "^7.13.0"
  },
  "devDependencies": {
    "esbuild": "^0.25.2",
    "typedoc": "^0.28.1",
    "typescript": "^5.8.2"
  },
  "keywords": [
    "browser",
    "canvas",
    "component",
    "datastructure",
    "gui",
    "hiccup",
    "imgui",
    "typescript",
    "ui"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "./*.js",
    "./*.d.ts",
    "behaviors",
    "components"
  ],
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./api": {
      "default": "./api.js"
    },
    "./behaviors/button": {
      "default": "./behaviors/button.js"
    },
    "./behaviors/dial": {
      "default": "./behaviors/dial.js"
    },
    "./behaviors/slider": {
      "default": "./behaviors/slider.js"
    },
    "./behaviors/text": {
      "default": "./behaviors/text.js"
    },
    "./components/button": {
      "default": "./components/button.js"
    },
    "./components/dial": {
      "default": "./components/dial.js"
    },
    "./components/dropdown": {
      "default": "./components/dropdown.js"
    },
    "./components/icon-button": {
      "default": "./components/icon-button.js"
    },
    "./components/radial-menu": {
      "default": "./components/radial-menu.js"
    },
    "./components/radio": {
      "default": "./components/radio.js"
    },
    "./components/ramp": {
      "default": "./components/ramp.js"
    },
    "./components/ring": {
      "default": "./components/ring.js"
    },
    "./components/sliderh": {
      "default": "./components/sliderh.js"
    },
    "./components/sliderv": {
      "default": "./components/sliderv.js"
    },
    "./components/textfield": {
      "default": "./components/textfield.js"
    },
    "./components/textlabel": {
      "default": "./components/textlabel.js"
    },
    "./components/toggle": {
      "default": "./components/toggle.js"
    },
    "./components/tooltip": {
      "default": "./components/tooltip.js"
    },
    "./components/xypad": {
      "default": "./components/xypad.js"
    },
    "./events": {
      "default": "./events.js"
    },
    "./gui": {
      "default": "./gui.js"
    },
    "./hash": {
      "default": "./hash.js"
    },
    "./layout": {
      "default": "./layout.js"
    }
  },
  "thi.ng": {
    "related": [
      "hdom-canvas",
      "hiccup-canvas",
      "rdom-canvas"
    ],
    "year": 2019
  },
  "gitHead": "87aa2d0e64a357476c10fd57aabdfded13c79f7d\n"
}