{
  "name": "@rogieking/figui3",
  "version": "8.9.30",
  "description": "A lightweight web components library for building Figma plugin and widget UIs with native look and feel",
  "author": "Rogie King",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "main": "dist/fig.js",
  "module": "dist/fig.js",
  "exports": {
    ".": "./dist/fig.js",
    "./fig.js": "./dist/fig.js",
    "./fig-layer.js": "./dist/fig-layer.js",
    "./fig-editor.js": "./dist/fig-editor.js",
    "./fig-lab.js": "./dist/fig-lab.js",
    "./fig.css": "./dist/fig.css",
    "./fig-layer.css": "./dist/fig-layer.css",
    "./fig-editor.css": "./dist/fig-editor.css",
    "./fig-lab.css": "./dist/fig-lab.css",
    "./base.css": "./dist/base.css",
    "./components.css": "./dist/components.css",
    "./src/fig.js": "./fig.js",
    "./src/fig-layer.js": "./fig-layer.js",
    "./src/fig-editor.js": "./fig-editor.js",
    "./src/fig-lab.js": "./fig-lab.js",
    "./src/fig.css": "./fig.css",
    "./src/fig-layer.css": "./fig-layer.css",
    "./src/fig-editor.css": "./fig-editor.css",
    "./src/fig-lab.css": "./fig-lab.css",
    "./src/base.css": "./base.css",
    "./src/components.css": "./components.css"
  },
  "files": [
    "fig.js",
    "fig-layer.js",
    "fig-editor.js",
    "fig-lab.js",
    "fig.css",
    "fig-layer.css",
    "fig-editor.css",
    "fig-lab.css",
    "base.css",
    "components.css",
    "polyfills/",
    "dist/",
    ".cursor/skills/",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": [
    "*.css",
    "./fig.js",
    "./fig-lab.js",
    "./fig-editor.js"
  ],
  "scripts": {
    "dev": "bun --hot server.ts",
    "build": "bun build fig.js --minify --outdir dist && bun build fig-layer.js --minify --outdir dist && bun build fig-editor.js --minify --outdir dist --external ./fig.js --external ./fig-lab.js && bun build fig-lab.js --minify --outdir dist --external ./fig.js --external ./fig-editor.js && npm run build:css",
    "build:css": "node scripts/build-css.mjs",
    "dev:playground": "node playground/dev.mjs",
    "build:playground": "cd playground && npm run build",
    "test": "npm run test:components",
    "test:components": "playwright test",
    "test:perf": "playwright test --config=playwright.perf.config.ts",
    "test:all": "npm run test:components && npm run test:perf"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rogie/figui3.git"
  },
  "homepage": "https://github.com/rogie/figui3#readme",
  "bugs": {
    "url": "https://github.com/rogie/figui3/issues"
  },
  "keywords": [
    "figui",
    "figui3",
    "figma",
    "figma-plugin",
    "figma-widget",
    "ui3",
    "plugin",
    "web-components",
    "custom-elements",
    "ui-components",
    "design-system",
    "dark-mode",
    "light-dark",
    "color-picker",
    "fill-picker",
    "gradient",
    "slider",
    "checkbox",
    "tabs",
    "tooltip",
    "dialog",
    "toast",
    "vanilla-js",
    "no-framework",
    "accessible",
    "a11y"
  ],
  "devDependencies": {
    "@axe-core/playwright": "^4.11.3",
    "@playwright/test": "^1.60.0",
    "@types/bun": "latest",
    "clean-css-cli": "^5.6.3",
    "lightningcss": "^1.32.0",
    "lightningcss-cli": "^1.32.0",
    "playwright": "^1.58.2"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}
