{
  "name": "arckode-ui",
  "version": "0.29.4",
  "type": "module",
  "description": "Frontend framework con .ark SFCs, signals, file-system router y analyzer estático con sugerencias concretas de fix. Diseñado para máxima predictibilidad de output de IA.",
  "keywords": [
    "framework",
    "frontend",
    "signals",
    "reactivity",
    "sfc",
    "vite-plugin",
    "ai-friendly",
    "typescript",
    "ark",
    "arckode"
  ],
  "author": "underworf",
  "license": "MIT",
  "homepage": "https://gitlab.com/underworf/arckode-ui",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/underworf/arckode-ui.git"
  },
  "bugs": {
    "url": "https://gitlab.com/underworf/arckode-ui/-/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./vite": {
      "types": "./dist/compiler/vite-plugin.d.ts",
      "import": "./dist/vite.js"
    },
    "./server": {
      "types": "./dist/server.d.ts",
      "import": "./dist/server.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "ark": "dist/cli.js",
    "arckode-ui": "dist/cli.js"
  },
  "files": [
    "dist",
    "skills",
    "AIREF.md",
    "llms.txt",
    "README.md",
    "LICENSE",
    "CLAUDE.md.example",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "vite build && chmod +x dist/cli.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "bun run build && bun run test && bun run type-check"
  },
  "peerDependencies": {
    "typescript": ">=5.0.0",
    "vite": ">=5.0.0"
  },
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.98.0",
    "@types/bun": "latest",
    "happy-dom": "^20.9.0",
    "typescript": "^5.4.0",
    "vite": "^5.4.0",
    "vite-plugin-dts": "^5.0.1",
    "vitest": "^2.0.0"
  }
}
