{
  "name": "donut-root-transcripts",
  "version": "1.0.0",
  "private": true,
  "description": "Root-verified support transcripts",
  "main": "server.cjs",
  "engines": {
    "node": ">=24"
  },
  "scripts": {
    "start": "node --env-file-if-exists=.env server.cjs"
  }
}