{ "name": "ishi-to-zombie", "private": true, "scripts": { "deploy": "npx --yes wrangler deploy", "dev": "npx --yes wrangler dev", "test": "node tools/shot.mjs index.html", "sweep": "node tools/sweep.mjs", "play": "node tools/play.mjs", "photo": "node tools/photo.mjs", "two": "node tools/two.mjs" } }