{
  "name": "pi-chronicle",
  "version": "0.2.0",
  "description": "Record conscious markers and typed beats during work sessions, then write chronicle markdown to your vault Progress folder.",
  "type": "module",
  "license": "MIT",
  "author": "eiei114",
  "keywords": [
    "pi-package",
    "pi",
    "chronicle",
    "session-log",
    "agent-skill",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eiei114/pi-chronicle.git"
  },
  "bugs": {
    "url": "https://github.com/eiei114/pi-chronicle/issues"
  },
  "homepage": "https://github.com/eiei114/pi-chronicle#readme",
  "files": [
    "extensions/",
    "lib/",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test tests/*.test.mjs",
    "ci": "npm run typecheck && npm test && npm run pack:check",
    "pack:check": "npm pack --dry-run",
    "release:sync-check": "node scripts/check-release-sync.mjs"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.84.1",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@earendil-works/pi-tui": "latest",
    "@types/node": "^26.0.0",
    "tsx": "^4.23.0",
    "typebox": "latest",
    "typescript": "^7.0.2"
  }
}
