{
  "name": "clawd",
  "version": "1.0.0",
  "description": "",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "dashboard:build": "node dashboard/build.js",
    "dashboard:serve": "node dashboard/serve.js",
    "dashboard:serve:lan": "HOST=0.0.0.0 PORT=3345 node dashboard/serve.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "imapflow": "^1.2.7",
    "mailparser": "^3.9.1",
    "marked": "^12.0.2",
    "youtube-transcript": "^1.2.1"
  }
}
