{
	"name": "@narumitw/pi-sync",
	"version": "0.49.12",
	"description": "Pi extension that syncs Pi configuration through Git, WebDAV, Cloudflare R2, or S3-compatible storage.",
	"type": "module",
	"license": "MIT",
	"private": false,
	"keywords": [
		"pi-package",
		"pi-extension",
		"pi",
		"sync",
		"r2",
		"s3",
		"webdav",
		"nextcloud",
		"synology",
		"git",
		"github",
		"gitlab",
		"forgejo"
	],
	"files": [
		"src",
		"dist",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"./dist/index.ts"
		]
	},
	"piExtension": {
		"lifecycle": "stable"
	},
	"scripts": {
		"build": "node scripts/build-runtime.mjs",
		"check": "npm run build && biome check . && npm run typecheck",
		"format": "biome check --write .",
		"prepack": "npm run build",
		"typecheck": "tsc --noEmit"
	},
	"dependencies": {
		"@narumitw/pi-tui-kit": "^0.52.0",
		"fast-xml-parser": "^5.11.0",
		"proper-lockfile": "^4.1.2"
	},
	"devDependencies": {
		"@biomejs/biome": "2.5.9",
		"@earendil-works/pi-coding-agent": "0.84.2",
		"@earendil-works/pi-tui": "0.84.2",
		"@types/proper-lockfile": "^4.1.4",
		"esbuild": "0.28.2",
		"typescript": "7.0.2"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/narumiruna/pi-extensions",
		"directory": "packages/pi-sync"
	}
}
