{
	"name": "@sisyphuslabs/codex-git-bash-hook",
	"version": "4.15.1",
	"description": "Codex hook component that reminds Windows sessions to prefer the OMO git_bash MCP.",
	"type": "module",
	"private": true,
	"bin": {
		"omo-git-bash-hook": "./dist/cli.js"
	},
	"files": [
		"dist",
		"hooks"
	],
	"scripts": {
		"build": "tsc -p tsconfig.build.json",
		"test": "bun test test/*.test.ts",
		"typecheck": "tsc --noEmit"
	},
	"devDependencies": {
		"@oh-my-opencode/utils": "file:../../../../utils",
		"@types/node": "^25.9.3",
		"typescript": "^6.0.3"
	},
	"engines": {
		"node": ">=20.0.0"
	}
}
