{
  "name": "@yoxiang/cli",
  "version": "0.7.1",
  "description": "Public CLI and agent skill for YoxiangAI CAD part manufacturing analysis",
  "type": "module",
  "bin": {
    "yoxiang": "dist/cli.js"
  },
  "files": [
    "dist",
    "skills",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "check": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run",
    "verify": "npm run check && npm run build && npm test",
    "prepare": "npm run build",
    "export:site-docs": "node scripts/export-site-docs.mjs"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JiayuXu0/yoxiang-quote-cli.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.15.3",
    "typescript": "^5.8.3",
    "vitest": "^3.1.2"
  }
}
