{
  "name": "cumulus-web-app-agent-example",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "description": "Runnable starter kit: a web app with a persistent cumulus agent that can see and drive it.",
  "scripts": {
    "start": "node server.js"
  },
  "engines": {
    "node": ">=20"
  }
}
