{
	"name": "@narumitw/pi-worktree",
	"version": "0.51.6",
	"description": "Pi extension for safe interactive Git worktree management and workspace switching.",
	"type": "module",
	"license": "MIT",
	"private": false,
	"keywords": [
		"pi-package",
		"pi-extension",
		"pi",
		"git",
		"worktree",
		"workspace"
	],
	"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 --vcs-use-ignore-file=false src test scripts package.json README.md tsconfig.json && npm run typecheck",
		"format": "biome check --write --vcs-use-ignore-file=false src test scripts package.json README.md tsconfig.json",
		"prepack": "npm run build",
		"typecheck": "tsc --noEmit"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*"
	},
	"devDependencies": {
		"@biomejs/biome": "2.5.10",
		"@earendil-works/pi-coding-agent": "0.84.3",
		"@types/node": "26.2.0",
		"esbuild": "0.28.2",
		"typescript": "7.0.2"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/narumiruna/pi-extensions",
		"directory": "packages/pi-worktree"
	},
	"dependencies": {
		"@narumitw/pi-tui-kit": "^0.59.0"
	}
}
