{
	"name": "@narumitw/pi-webui",
	"version": "0.49.3",
	"description": "Experimental Radix UI web companion for the current Pi terminal session.",
	"type": "module",
	"license": "MIT",
	"private": false,
	"keywords": [
		"pi-package",
		"pi-extension",
		"pi",
		"web",
		"chat",
		"browser"
	],
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"./src/index.ts"
		]
	},
	"scripts": {
		"build:web": "node scripts/build-web.mjs",
		"check": "biome check --vcs-use-ignore-file=false src test scripts package.json tsconfig.json && npm run typecheck",
		"check:web": "node scripts/build-web.mjs --check",
		"format": "biome check --write --vcs-use-ignore-file=false src test scripts package.json tsconfig.json && npm run build:web",
		"typecheck": "npm run check:web && tsc --noEmit"
	},
	"dependencies": {
		"@narumitw/pi-tui-kit": "^0.49.1",
		"@radix-ui/colors": "^3.0.0",
		"@radix-ui/react-icons": "^1.3.2",
		"@radix-ui/themes": "^3.3.0",
		"bmp-js": "^0.1.0",
		"heic-decode": "^2.1.0",
		"proper-lockfile": "^4.1.2",
		"radix-ui": "1.6.7",
		"react": "^19.2.8",
		"react-dom": "^19.2.8",
		"sharp": "^0.35.3"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": "*",
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*"
	},
	"devDependencies": {
		"@biomejs/biome": "2.5.7",
		"@earendil-works/pi-ai": "0.83.0",
		"@earendil-works/pi-coding-agent": "0.83.0",
		"@earendil-works/pi-tui": "0.83.0",
		"esbuild": "^0.28.1",
		"typescript": "7.0.2"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/narumiruna/pi-extensions",
		"directory": "experimental/pi-webui"
	}
}
