{
  "name": "moldui",
  "version": "2.4.2",
  "description": "Visual drag-and-drop editor for your real codebase. Click, drag, resize, edit text in the browser — Claude writes the code. Works with Next.js, Vite, Vue, Svelte, Django, Rails, and static HTML.",
  "type": "module",
  "bin": {
    "moldui": "./bin/moldui.js"
  },
  "main": "src/index.js",
  "scripts": {
    "build": "node scripts/build-editor.js",
    "test": "node --test tests/*.test.js"
  },
  "dependencies": {
    "http-proxy": "^1.18.1",
    "ws": "^8.16.0",
    "detect-port": "^2.0.0",
    "open": "^10.1.0",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "ora": "^8.0.0"
  },
  "devDependencies": {
    "esbuild": "^0.25.0"
  },
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "visual-editor",
    "drag-and-drop",
    "drag-drop",
    "browser-editor",
    "live-editor",
    "design-tool",
    "design-tools",
    "css-editor",
    "css-in-browser",
    "ui-editor",
    "in-browser-editor",
    "overlay",
    "canvas",
    "figma-alternative",
    "webflow-alternative",
    "lovable-alternative",
    "v0-alternative",
    "claude",
    "claude-code",
    "claude-ai",
    "claude-plugin",
    "ai-coding",
    "ai-agent",
    "ai-developer-tools",
    "developer-tools",
    "devtools",
    "frontend-tools",
    "nextjs",
    "vite",
    "react",
    "vue",
    "svelte",
    "sveltekit",
    "nuxt",
    "tailwindcss",
    "tailwind",
    "cross-framework",
    "hot-reload",
    "hmr",
    "proxy-server",
    "cli",
    "plugin",
    "open-source",
    "mit",
    "design-to-code",
    "wysiwyg",
    "visual-editing",
    "spatial-editing"
  ],
  "author": "masyv",
  "license": "MIT"
}
