{
  "name": "pixdala",
  "private": true,
  "version": "0.1.3-baseline",
  "description": "PixDala baseline refactor with browser ES module loading and repeatable checks.",
  "scripts": {
    "check:js": "node --check apps/miniapp/app.js && node --check packages/audio/audio.js && node --check packages/particles/destruction.js",
    "check:structure": "node scripts/check-structure.mjs",
    "check": "npm run check:structure && npm run check:js",
    "serve": "python3 -m http.server 8080 --directory apps/miniapp"
  }
}
