{
  "scripts": {
    "run": "npx tiddlywiki . --listen port=8080",
    "build": "zx ./scripts/build-wiki.mjs",
    "clean": "rimraf public-dist",
    "update": "npm-check-updates -u"
  },
  "devDependencies": {
    "html-minifier-terser": "7.2.0",
    "npm-check-updates": "^19.1.2",
    "rimraf": "^6.1.0",
    "tiddlywiki": "^5.3.8",
    "uglify-js": "3.19.3",
    "workbox-cli": "7.3.0",
    "zx": "^8.8.5"
  }
}
