{
	"name": "litcodex-ai",
	"version": "0.3.35",
	"description": "Codex loop harness installer. Run `npx litcodex-ai install` to set up the LitCodex Codex platform: the bare `lit` hook and the durable lit-loop runtime.",
	"keywords": [
		"codex",
		"litcodex",
		"lit-loop",
		"ai-agents",
		"orchestration"
	],
	"author": "LitCodex Authors",
	"license": "MIT",
	"publishConfig": {
		"access": "public"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/wjgoarxiv/litcodex.git"
	},
	"bugs": {
		"url": "https://github.com/wjgoarxiv/litcodex/issues"
	},
	"homepage": "https://github.com/wjgoarxiv/litcodex#readme",
	"type": "module",
	"bin": {
		"litcodex": "bin/litcodex.js"
	},
	"files": [
		"bin",
		"dist",
		"marketplace",
		"model-catalog.json",
		"README.md",
		"LICENSE"
	],
	"dependencies": {
		"@litcodex/lit-loop": "0.3.35"
	},
	"bundledDependencies": [
		"@litcodex/lit-loop"
	],
	"scripts": {
		"build": "tsc -p tsconfig.build.json",
		"typecheck": "tsc --noEmit",
		"test": "vitest --run",
		"postinstall": "node dist/postinstall.js",
		"prepack": "node ../../scripts/prepack-bundle-component.mjs",
		"postpack": "node ../../scripts/postpack-clean-component.mjs"
	},
	"engines": {
		"node": ">=20.0.0"
	}
}
