{
  "name": "designfast",
  "version": "0.1.3",
  "description": "🎯 全栈开发者的 AI 设计助手 | 自动读取 PRD 生成原型 | iFlow CLI 免费运行 | 告别设计工具切换",
  "main": "src/lib/playwright-mcp-client.js",
  "bin": {
    "designfast": "./src/scripts/cli.js"
  },
  "scripts": {
    "test": "echo 'Tests run via CI/CD pipeline'",
    "build": "echo 'Build complete - DesignFast uses file-based architecture'",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "设计",
    "ui-ux",
    "原型",
    "AI",
    "人工智能",
    "版本控制",
    "导出",
    "html",
    "pdf",
    "json",
    "playwright",
    "powershell",
    "设计系统",
    "线框图",
    "可访问性",
    "design",
    "prototyping",
    "wireframes"
  ],
  "author": "okokkoko4414",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/okokkoko4414/DesignFast.git"
  },
  "bugs": {
    "url": "https://github.com/okokkoko4414/DesignFast/issues"
  },
  "homepage": "https://github.com/okokkoko4414/DesignFast#readme",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "os": [
    "win32",
    "darwin",
    "linux"
  ],
  "files": [
    "src/**/*",
    "README.md",
    "LICENSE",
    "!src/**/*.test.js",
    "!**/__tests__/**",
    "!**/node_modules/**"
  ],
  "devDependencies": {
    "@playwright/test": "^1.56.1"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.21.1",
    "handlebars": "^4.7.8"
  }
}
