{
	"name": "@sisyphuslabs/codex-codegraph",
	"version": "4.15.1",
	"description": "Codex plugin MCP wrapper for CodeGraph.",
	"type": "module",
	"private": true,
	"bin": {
		"omo-codegraph": "./dist/cli.js"
	},
	"files": [
		"dist",
		"LICENSE",
		"NODE-RUNTIME-LICENSES.md",
		"NOTICE"
	],
	"scripts": {
		"build": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\" && bun build src/serve.ts --target node --format esm --outfile dist/serve.js && bun build src/cli.ts --target node --format esm --outfile dist/cli.js",
		"test": "bun test ./test",
		"typecheck": "tsc --noEmit"
	},
	"devDependencies": {
		"@oh-my-opencode/utils": "file:../../../../utils",
		"@types/node": "^25.9.3",
		"bun-types": "^1.3.1",
		"typescript": "^6.0.3"
	},
	"optionalDependencies": {
		"@colbymchenry/codegraph": "1.0.1"
	},
	"engines": {
		"node": ">=20.0.0"
	}
}
