{
  "name": "pingfusi",
  "version": "0.15.0",
  "description": "pingfusi: clone websites pixel-perfect and polish any AI-built draft, verified with review rounds. Enforced, gated workflow — a green check is a command that exits 0, never a screenshot.",
  "keywords": [
    "pingfusi",
    "pixel-perfect",
    "clone",
    "css",
    "visual-regression",
    "diff",
    "workflow",
    "agent",
    "review-loop"
  ],
  "license": "MIT",
  "type": "commonjs",
  "bin": {
    "pingfusi": "bin/pingfusi"
  },
  "files": [
    "bin/",
    "harness/",
    "tools/",
    "skill/",
    "vendor/",
    "docs/",
    "use-cases/",
    "packages/core/",
    "packages/motion/"
  ],
  "engines": {
    "node": "^20.17.0 || ^22.13.0 || >=23.5.0"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.5.2",
    "boxen": "^8.0.1",
    "open": "^10.1.2",
    "ora": "^9.4.0",
    "picocolors": "^1.1.1"
  },
  "scripts": {
    "test": "node harness/regression.js",
    "test:motion": "npm --prefix packages/motion test"
  },
  "homepage": "https://pingfusi.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alex-durango/pingfusi.git"
  }
}
