{
	"name": "@howaboua/pi-gpt-switcher",
	"version": "0.1.2",
	"description": "Quick Pi commands for switching between GPT Codex models and reasoning levels.",
	"type": "module",
	"license": "MIT",
	"author": "Igor Warzocha",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/IgorWarzocha/howaboua-pi-stuff.git",
		"directory": "packages/pi-gpt-switcher"
	},
	"bugs": {
		"url": "https://github.com/IgorWarzocha/howaboua-pi-stuff/issues"
	},
	"homepage": "https://github.com/IgorWarzocha/howaboua-pi-stuff/tree/main/packages/pi-gpt-switcher#readme",
	"keywords": [
		"pi-package",
		"pi-extension",
		"pi-coding-agent",
		"gpt-5.6",
		"model-switching",
		"reasoning-level"
	],
	"engines": {
		"node": ">=20.6.0"
	},
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"index.ts",
		"codex-model-shortcuts.ts",
		"config.ts",
		"README.md",
		"LICENSE",
		"tsconfig.json",
		"biome.json",
		"changelog.ts",
		"CHANGELOG.md"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": ">=0.84.3",
		"@earendil-works/pi-tui": ">=0.84.3"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.5.10",
		"@earendil-works/pi-coding-agent": "0.85.0",
		"typescript": "^7.0.2"
	},
	"scripts": {
		"check": "bun run lint && bun run typecheck && bun run test",
		"prepack": "bun run check",
		"test": "bun test",
		"typecheck": "tsgo --noEmit",
		"lint": "biome check .",
		"format": "biome check --write .",
		"pack:dry": "npm pack --dry-run"
	},
	"main": "index.ts",
	"exports": "./index.ts"
}
