{
  "name": "pi-memory-md",
  "version": "0.1.36",
  "description": "Letta-like memory management for pi using structured markdown files in a git repository",
  "type": "module",
  "license": "MIT",
  "author": "VandeePunk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VandeeFeng/pi-memory-md.git"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-skill",
    "memory",
    "markdown",
    "git",
    "letta",
    "persistent-memory",
    "ai-memory",
    "coding-agent"
  ],
  "dependencies": {
    "gray-matter": "^4.0.3",
    "typebox": "^1.1.36"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.12",
    "@mariozechner/pi-coding-agent": "^0.69.0",
    "@types/node": "^20.0.0",
    "husky": "^9.1.7",
    "tsx": "^4.21.0",
    "typescript": "^5.0.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills/memory-import/SKILL.md",
      "./skills/memory-init/SKILL.md",
      "./skills/memory-write/SKILL.md"
    ]
  },
  "files": [
    "hooks.ts",
    "index.ts",
    "memory-git.ts",
    "memory-core.ts",
    "tools.ts",
    "types.ts",
    "utils.ts",
    "tape",
    "skills",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "prepare": "node .husky/install.mjs",
    "check": "biome check --write --error-on-warnings . && tsgo --noEmit",
    "test": "node --import tsx --test tests/*-test.ts"
  }
}
