{
  "name": "@tantuwuyou/frontend-agent-kit",
  "version": "0.2.0",
  "description": "Project-local Codex multi-agent workflow for Tantu Wuyou frontend projects.",
  "license": "UNLICENSED",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.cjs",
    "test": "node --test",
    "pack:check": "npm pack --dry-run",
    "prepublishOnly": "npm test && npm run pack:check"
  },
  "bin": {
    "ttwy-frontend-agent": "scripts/cli.cjs"
  },
  "files": [
    "scripts",
    "templates",
    "README.md",
    "PONYTAIL-STANDARD.md"
  ]
}
