{
  "name": "@shawnstack/quickforge",
  "version": "2.2.0",
  "description": "AI chat application with Agent access modes for local workspace tools. React + Vite + Tailwind CSS frontend, local Node.js storage server.",
  "keywords": [
    "ai",
    "chat",
    "llm",
    "claude",
    "openai",
    "anthropic",
    "litellm",
    "react",
    "vite",
    "tailwindcss",
    "yolo",
    "workspace",
    "tools"
  ],
  "author": "shawn <1524587436@qq.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shawnstack/quickforge.git"
  },
  "bugs": {
    "url": "https://github.com/shawnstack/quickforge/issues"
  },
  "homepage": "https://github.com/shawnstack/quickforge#readme",
  "engines": {
    "node": ">=22.19.0"
  },
  "type": "module",
  "main": "./server/public-api.mjs",
  "bin": {
    "quickforge": "bin/quickforge.mjs",
    "qf": "bin/quickforge.mjs"
  },
  "files": [
    "bin",
    "server",
    "skills",
    "plugins",
    "vendor",
    "dist",
    "README.md",
    "LICENSE",
    "package.json"
  ],
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.29.0",
    "@earendil-works/pi-agent-core": "^0.80.3",
    "@earendil-works/pi-ai": "^0.80.3",
    "@modelcontextprotocol/sdk": "^1.29.0",
    "@vscode/os-proxy-resolver": "^0.3.0",
    "socks": "^2.8.9",
    "undici": "^7.29.0",
    "ws": "^8.20.1"
  },
  "optionalDependencies": {
    "@vscode/ripgrep": "^1.18.0"
  }
}
