← back to Gated Morning Review

package.json

12 lines

{
  "name": "gated-morning-review",
  "version": "1.0.0",
  "description": "3am steward that keeps the gated-approval queue young + a big-font plain-language morning approval viewer",
  "type": "module",
  "scripts": {
    "start": "node server.mjs",
    "sweep": "node sweep.mjs"
  },
  "private": true
}