{
  "name": "@dannote/figma-use",
  "version": "0.8.0",
  "description": "Control Figma from the command line. Full read/write access for AI agents.",
  "type": "module",
  "bin": {
    "figma-use": "bin/figma-use.js"
  },
  "exports": {
    ".": "./dist/cli/index.js",
    "./render": "./packages/cli/src/render/index.ts",
    "./components": "./packages/cli/src/render/components.tsx"
  },
  "scripts": {
    "build": "bun run build:proxy && bun run build:cli && bun run build:plugin",
    "build:proxy": "bun build packages/proxy/src/index.ts --outdir dist/proxy --target bun",
    "build:cli": "bun build packages/cli/src/index.ts --outdir dist/cli --target bun",
    "build:plugin": "cd packages/plugin && bun run build",
    "dev": "bun run packages/proxy/src/index.ts",
    "test": "cd packages/cli && bun test",
    "lint": "oxlint packages/",
    "format": "oxfmt --write packages/",
    "prepublishOnly": "bun run build"
  },
  "files": [
    "bin",
    "dist",
    "packages/cli/src/render",
    "packages/cli/src/color.ts",
    "packages/plugin/dist",
    "README.md",
    "CHANGELOG.md",
    "SKILL.md"
  ],
  "keywords": [
    "figma",
    "cli",
    "automation",
    "design",
    "ai",
    "ai-agents",
    "plugin"
  ],
  "author": "Danila Poyarkov <dan@poyarkov.dev>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dannote/figma-use.git"
  },
  "bugs": {
    "url": "https://github.com/dannote/figma-use/issues"
  },
  "homepage": "https://github.com/dannote/figma-use#readme",
  "dependencies": {
    "citty": "^0.1.6",
    "consola": "^3.4.2",
    "elysia": "^1.2.25"
  },
  "devDependencies": {
    "@iconify/core": "^4.1.0",
    "@iconify/types": "^2.0.0",
    "@iconify/utils": "^3.1.0",
    "@types/bun": "^1.3.6",
    "@types/pngjs": "^6.0.5",
    "@types/ws": "^8.18.1",
    "esbuild": "^0.25.4",
    "kiwi-schema": "^0.5.0",
    "oxfmt": "^0.24.0",
    "oxlint": "^1.39.0",
    "pixelmatch": "^7.1.0",
    "pngjs": "^7.0.0",
    "react": "19",
    "typescript": "^5.8.3"
  }
}
