{
  "name": "@openclaw-tools/morning-briefing",
  "version": "1.0.2",
  "description": "Local morning briefing CLI for OpenClaw — weather, calendar, news, reminders with zero API token cost",
  "type": "module",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/src/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ddakju/morning-briefing.git"
  },
  "homepage": "https://ddakju.github.io/morning-briefing/",
  "bugs": {
    "url": "https://github.com/ddakju/morning-briefing/issues"
  },
  "bin": {
    "briefing": "./bin/briefing.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "node --test test/**/*.test.ts",
    "test:build": "node --test dist/test/**/*.test.js",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "openclaw",
    "morning-briefing",
    "cli",
    "weather",
    "calendar",
    "news",
    "reminders"
  ],
  "author": "ken",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "dist/",
    "bin/",
    "LICENSE"
  ],
  "dependencies": {
    "commander": "^12.0.0",
    "fast-xml-parser": "^5.3.5"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.4.0"
  }
}
