{
	"name": "@code-yeongyu/codex-telemetry",
	"version": "4.15.1",
	"description": "Codex plugin component that emits omo-codex anonymous daily-active telemetry on SessionStart.",
	"type": "module",
	"packageManager": "npm@11.12.1",
	"license": "MIT",
	"homepage": "https://github.com/code-yeongyu/oh-my-openagent",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/code-yeongyu/oh-my-openagent.git"
	},
	"bugs": {
		"url": "https://github.com/code-yeongyu/oh-my-openagent/issues"
	},
	"keywords": [
		"codex",
		"codex-plugin",
		"omo",
		"telemetry",
		"posthog",
		"hooks",
		"daily-active"
	],
	"bin": {
		"omo-telemetry": "./dist/cli.js"
	},
	"files": [
		"dist",
		"hooks",
		"LICENSE",
		"NOTICE",
		"README.md",
		"CHANGELOG.md"
	],
	"scripts": {
		"build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && bun build src/cli.ts --target node --format esm --outfile dist/cli.js && bun build src/posthog.ts --target node --format esm --outfile dist/posthog.js",
		"test": "vitest --run",
		"test:watch": "vitest",
		"typecheck": "tsc --noEmit",
		"lint": "biome check .",
		"lint:fix": "biome check --write .",
		"check": "tsc --noEmit && biome check . && npm run build"
	},
	"devDependencies": {
		"@oh-my-opencode/telemetry-core": "file:../../../../telemetry-core",
		"@biomejs/biome": "2.4.16",
		"@types/node": "^25.9.3",
		"typescript": "^6.0.3",
		"vitest": "^4.1.8"
	},
	"engines": {
		"node": ">=20.0.0"
	}
}
