{
  "name": "pi-daily",
  "version": "0.1.3",
  "description": "Daily work reports for Pi from local session activity.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "daily",
    "daily-report",
    "work-report",
    "worklog",
    "session",
    "session-history",
    "activity-report",
    "markdown",
    "extension"
  ],
  "license": "MIT",
  "author": "ssdiwu",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssdiwu/pi-daily.git"
  },
  "homepage": "https://github.com/ssdiwu/pi-daily#readme",
  "bugs": {
    "url": "https://github.com/ssdiwu/pi-daily/issues"
  },
  "files": [
    "index.ts",
    "src/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "package.json",
    "doc/"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "test": "node --test tests/*.test.ts",
    "smoke": "node --experimental-strip-types --no-warnings tests/smoke-daily-handler.mts",
    "verify": "npm run check && npm test && npm run smoke"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^25.9.3",
    "typescript": "^6.0.3"
  },
  "pi": {
    "name": "daily",
    "extensions": [
      "./index.ts"
    ]
  }
}
