57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "@code-yeongyu/codex-telemetry",
|
|
"version": "0.1.0",
|
|
"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",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"posthog-node": "^5.34.3"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.4.15",
|
|
"@types/node": "^25.7.0",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
}
|
|
}
|