{
  "name": "asset-pipeline",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "Phase 6 AST-01 — bootstrap + build asset atlases for apps/client. Decodes extracted/client-5-8/sprites/ via sharp, emits Aseprite-export-compatible PNG strips + JSON sidecars + multi-sprite atlas + pipeline-manifest.json. STANDALONE — Phase 1 D-17 boundary.",
  "bin": { "asset-pipeline": "./cli.ts" },
  "scripts": {
    "bootstrap": "tsx cli.ts bootstrap",
    "build": "tsx cli.ts build",
    "postprocess": "tsx cli.ts postprocess",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "sharp": "0.34.5",
    "maxrects-packer": "2.7.3"
  },
  "devDependencies": {
    "typescript": "5.6.3",
    "tsx": "4.21.0",
    "vitest": "3.2.4",
    "@types/node": "25.6.0"
  }
}
