{
  "name": "pi-mail",
  "version": "0.10.0",
  "description": "Local mailbox communication for independent Pi coding sessions, with peer discovery and a human Web UI.",
  "author": "frostime",
  "license": "GPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frostime/pi-mail.git"
  },
  "homepage": "https://github.com/frostime/pi-mail#readme",
  "bugs": {
    "url": "https://github.com/frostime/pi-mail/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "coding-agent",
    "agent",
    "mail",
    "mailbox",
    "multi-agent",
    "communication"
  ],
  "files": [
    "extensions/",
    "skills/",
    "README.md",
    "README.zh-CN.md",
    "CHANGELOG.md",
    "assets/",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions/pi-mail/index.ts"
    ],
    "skills": [
      "./skills/pi-mail"
    ],
    "image": "https://raw.githubusercontent.com/frostime/pi-mail/main/assets/web-ui.jpg"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.4",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "test": "node --experimental-strip-types --test test/*.test.ts",
    "check": "node --experimental-strip-types --test test/*.test.ts",
    "pack:check": "npm pack --dry-run"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@earendil-works/pi-tui": "^0.84.1",
    "@types/node": "^24.12.4",
    "typebox": "^1.3.7",
    "typescript": "^5.9.3"
  }
}
