{
	"name": "@howaboua/pi-gippity-control",
	"version": "0.0.16",
	"description": "GipPity voice and LAN remote control for any Pi model",
	"keywords": [
		"pi-package",
		"pi-extension",
		"voice",
		"dictation",
		"lan"
	],
	"license": "MIT",
	"type": "module",
	"main": "./index.ts",
	"exports": {
		".": "./index.ts",
		"./lan-service": "./src/voice/lan/service.ts",
		"./remote-app": "./src/voice/lan/remote-app.ts",
		"./*": "./*"
	},
	"engines": {
		"node": ">=22.19.0"
	},
	"files": [
		"index.ts",
		"src",
		"scripts/build-voice-helper.mjs",
		"README.md",
		"LICENSE",
		"tsconfig.json",
		"biome.json",
		"!src/**/AGENTS.md",
		"!src/voice/rust/target/**",
		"changelog.ts",
		"CHANGELOG.md"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"scripts": {
		"check": "bun run lint && bun run typecheck && bun run test",
		"prepack": "bun run check",
		"typecheck": "tsgo --noEmit",
		"test": "bun test tests",
		"lint": "biome check .",
		"format": "biome check --write .",
		"pack:dry": "npm pack --dry-run",
		"build:voice-helper": "node scripts/build-voice-helper.mjs"
	},
	"dependencies": {
		"proxy-from-env": "2.1.0",
		"selfsigned": "^5.5.0",
		"undici": "8.10.0",
		"ws": "^8.21.3"
	},
	"peerDependencies": {
		"@earendil-works/pi-ai": ">=0.84.3",
		"@earendil-works/pi-coding-agent": ">=0.84.3",
		"@earendil-works/pi-tui": ">=0.84.3"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.5.10",
		"@earendil-works/pi-ai": "0.84.3",
		"@earendil-works/pi-coding-agent": "0.84.3",
		"@earendil-works/pi-tui": "0.84.3",
		"@types/node": "^26.2.0",
		"@types/ws": "^8.18.1",
		"typescript": "^7.0.2"
	}
}
