{ "name": "claude-of-duty", "version": "1.0.0", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview --port 4173", "shot": "node tools/capture.mjs" }, "author": "", "license": "ISC", "type": "module", "dependencies": { "three": "^0.180.0" }, "devDependencies": { "playwright": "^1.61.1", "pngjs": "^7.0.0", "vite": "^7.3.6" }, "private": true }