{
  "name": "pi-webdav-sync",
  "version": "0.1.9",
  "description": "WebDAV backup and restore for Pi personal configuration.",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yueby/pi-webdav-sync.git"
  },
  "homepage": "https://github.com/Yueby/pi-webdav-sync#readme",
  "bugs": {
    "url": "https://github.com/Yueby/pi-webdav-sync/issues"
  },
  "main": "./src/extension.ts",
  "files": [
    "src/",
    "README.md",
    "README.zh-CN.md",
    "package.json",
    "scripts/publish.mjs"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "webdav",
    "sync",
    "backup"
  ],
  "pi": {
    "extensions": [
      "./src/extension.ts"
    ]
  },
  "scripts": {
    "build": "tsc",
    "typecheck": "tsc --noEmit",
    "test": "npm run build && node scripts/self-test.mjs",
    "release": "node scripts/publish.mjs"
  },
  "dependencies": {
    "fflate": "^0.8.2",
    "webdav": "^5.10.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.21",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  }
}
