package.json

開発/配備/検品コマンド定義

13行 · 337 bytes · SHA-256 f22af21fa27825a529313dd204061e2ccff3f0eb0ac58be78644043a9c83b3a2

分割 1/1
{
  "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"
  }
}