{
  "name": "@codewithdan/zingit",
  "version": "0.17.13",
  "description": "AI-powered UI marker tool - point, mark, and let AI fix it",
  "type": "module",
  "engines": {
    "node": ">=22.0.0"
  },
  "workspaces": [
    "client",
    "server"
  ],
  "bin": {
    "zingit": "bin/cli.js"
  },
  "files": [
    "bin",
    "server/dist",
    "client/dist",
    "README.md",
    "AGENTS.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "main": "client/dist/zingit-client.js",
  "scripts": {
    "build": "npm run build:client && npm run build:server",
    "build:client": "npm run build -w client",
    "build:server": "npm run build -w server",
    "deploy": "npm run deploy -w client",
    "dev": "concurrently \"npm run dev:server\" \"npm run dev:client\"",
    "dev:server": "npm run dev -w server",
    "dev:client": "npm run dev -w client",
    "test": "npm run test -w client",
    "test:watch": "npm run test:watch -w client",
    "test:ui": "npm run test:ui -w client",
    "release": "commit-and-tag-version && npm run build && npm publish --access public"
  },
  "keywords": [
    "ui",
    "marker",
    "ai",
    "agent",
    "claude",
    "copilot",
    "codex",
    "development",
    "prompts",
    "tool"
  ],
  "author": "Dan Wahlin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanWahlin/zingit.git"
  },
  "bugs": {
    "url": "https://github.com/danwahlin/zingit/issues"
  },
  "homepage": "https://github.com/danwahlin/zingit#readme",
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.177",
    "@codewithdan/agent-sdk-core": "^0.6.2",
    "@github/copilot-sdk": "1.0.1",
    "@openai/codex-sdk": "^0.139.0",
    "diff": "^9.0.0",
    "uuid": "^14.0.0",
    "ws": "^8.21.0",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "commit-and-tag-version": "^12.7.3",
    "concurrently": "^10.0.3"
  },
  "overrides": {
    "minimatch": "^10.2.1"
  }
}
