{
  "name": "@gordonb/pi-memory-blocks",
  "version": "0.3.0",
  "description": "Letta-style persistent memory blocks for Pi coding agents",
  "type": "module",
  "main": "src/index.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gordonbrander/pi-memory-blocks"
  },
  "keywords": [
    "pi-package",
    "memory",
    "letta",
    "memgpt",
    "coding-agent"
  ],
  "pi": {
    "extensions": [
      "src/index.ts"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src/**/*.ts",
    "!src/**/*.test.ts",
    "README.md",
    "LICENSE-MIT"
  ],
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "dependencies": {
    "gray-matter": "^4.0.3",
    "js-yaml": "^4.1.1"
  },
  "scripts": {
    "test": "node --test 'src/**/*.test.ts'",
    "lint": "eslint 'src/**/*.ts'",
    "format:check": "prettier --check .",
    "format": "prettier --write .",
    "prepublishOnly": "npm test && npm run lint"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.0.0",
    "eslint": "^10.0.3",
    "prettier": "^3.8.1",
    "typescript": "^5.7.0",
    "typescript-eslint": "^8.56.1"
  }
}
