{
  "name": "@jamiefutch/pi-backup",
  "version": "1.1.11",
  "description": "Pi package: Pi backup/restore scripts and TUI extension. Back up and restore all Pi config, skills, extensions, and memory; /pi-backup interactive manager.",
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsc"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "backup",
    "restore"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamiefutch/pi-backup.git"
  },
  "homepage": "https://github.com/jamiefutch/pi-backup#readme",
  "bugs": {
    "url": "https://github.com/jamiefutch/pi-backup/issues"
  },
  "engines": {
    "node": ">=22"
  },
  "files": [
    "extensions",
    "*.sh",
    "*.ps1",
    "LICENSE",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^22.0.0",
    "typescript": "^5.6.0"
  },
  "dependencies": {},
  "publishConfig": {
    "access": "public"
  }
}
