{
  "name": "pi-ledger",
  "version": "0.1.0",
  "description": "A local, searchable Markdown work journal for Pi sessions.",
  "keywords": [
    "journal",
    "pi-extension",
    "pi-package",
    "search",
    "sqlite"
  ],
  "homepage": "https://github.com/rcssdy/pi-ledger#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rcssdy/pi-ledger.git"
  },
  "files": [
    "src",
    "docs",
    "assets",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "type": "module",
  "scripts": {
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "lint": "oxlint .",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "check": "npm run format:check && npm run lint && npm run typecheck && npm test",
    "prepublishOnly": "npm run check"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@types/node": "^24.0.0",
    "oxfmt": "^0.63.0",
    "oxlint": "^1.78.0",
    "typebox": "^1.3.13",
    "typescript": "^7.0.2",
    "vitest": "^4.1.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=24.15.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
