{
	"name": "pi-thinking-hotkeys",
	"version": "0.1.1",
	"description": "Pi extension for Codex-style directional thinking effort hotkeys",
	"type": "module",
	"main": "index.ts",
	"license": "MIT",
	"author": "Colin Mason",
	"homepage": "https://github.com/masonc15/pi-thinking-hotkeys#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/masonc15/pi-thinking-hotkeys.git"
	},
	"keywords": [
		"pi-package",
		"pi-extension",
		"pi",
		"thinking",
		"reasoning",
		"hotkeys",
		"codex"
	],
	"files": [
		"index.ts",
		"thinking-levels.ts",
		"README.md",
		"LICENSE"
	],
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"scripts": {
		"test": "vitest run",
		"typecheck": "tsc --noEmit",
		"check": "npm run typecheck && npm test",
		"check:keys": "node scripts/check-alt-symbols.mjs"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*"
	},
	"peerDependenciesMeta": {
		"@earendil-works/pi-coding-agent": {
			"optional": true
		}
	},
	"devDependencies": {
		"@earendil-works/pi-coding-agent": "^0.80.6",
		"@types/node": "^24.0.0",
		"typescript": "^5.7.3",
		"vitest": "^3.2.4"
	}
}
