{
  "name": "@oipsanthony/pi-command-history",
  "version": "0.2.3",
  "description": "Folder-based persistent command history for pi. Recall previous commands with up/down across sessions.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OiAnthony/pi-extensions.git",
    "directory": "packages/pi-command-history"
  },
  "bugs": {
    "url": "https://github.com/OiAnthony/pi-extensions/issues"
  },
  "homepage": "https://github.com/OiAnthony/pi-extensions/tree/main/packages/pi-command-history#readme",
  "author": "Ross Z",
  "contributors": [
    {
      "name": "Ross Z",
      "url": "https://github.com/ross-jill-ws"
    },
    {
      "name": "Anthony",
      "url": "https://github.com/OiAnthony"
    }
  ],
  "license": "MIT",
  "keywords": [
    "pi-package",
    "command-history",
    "folder-history",
    "persistent-history"
  ],
  "files": [
    "extensions",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "test": "bun test extensions",
    "typecheck": "tsc --noEmit --project tsconfig.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "extensions/index.ts"
    ]
  }
}
