{
  "name": "pi-sync-suite",
  "version": "0.1.1",
  "description": "Cross-platform Pi extension for config sync, chat exports, safe cleanup, and native TUI controls.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "scripts",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.json",
    "clean": "node scripts/clean.mjs",
    "e2e:two-pi-sessions": "npm run build && node scripts/e2e-two-pi-sessions.mjs",
    "prepack": "npm run build",
    "prepublishOnly": "npm test",
    "test": "npm run build && node scripts/run-tests.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "sync",
    "git",
    "chat-export"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MuratAitov/pi-sync.git"
  },
  "bugs": {
    "url": "https://github.com/MuratAitov/pi-sync/issues"
  },
  "homepage": "https://github.com/MuratAitov/pi-sync#readme",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "^0.65.2"
  },
  "dependencies": {},
  "devDependencies": {
    "@mariozechner/pi-coding-agent": "^0.65.2",
    "@types/node": "^20.17.0",
    "typescript": "^5.8.0"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  }
}
