{
	"name": "pi-questions",
	"version": "0.3.4",
	"description": "Minimal ask_questions tool for Pi",
	"type": "module",
	"author": "drsh4dow <daniel.morettiv@gmail.com> (https://github.com/drsh4dow)",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/drsh4dow/pi-questions.git"
	},
	"bugs": {
		"url": "https://github.com/drsh4dow/pi-questions/issues"
	},
	"homepage": "https://github.com/drsh4dow/pi-questions#readme",
	"scripts": {
		"check": "biome check .",
		"check:fix": "biome check --write .",
		"test": "bun test",
		"typecheck": "bunx tsc --noEmit"
	},
	"keywords": [
		"pi-package",
		"pi",
		"questions",
		"tui",
		"minimal",
		"structured-input"
	],
	"files": [
		"extensions",
		"README.md"
	],
	"pi": {
		"extensions": [
			"./extensions/ask-questions.ts"
		]
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.14",
		"@mariozechner/pi-ai": "^0.72.1",
		"@mariozechner/pi-coding-agent": "^0.72.1",
		"@mariozechner/pi-tui": "^0.72.1",
		"@types/bun": "^1.3.13",
		"typescript": "^6.0.3"
	},
	"peerDependencies": {
		"@mariozechner/pi-ai": "*",
		"@mariozechner/pi-coding-agent": "*",
		"@mariozechner/pi-tui": "*"
	},
	"trustedDependencies": [
		"koffi",
		"protobufjs"
	]
}
