{
	"name": "@sisyphuslabs/codex-bootstrap",
	"version": "4.15.1",
	"description": "Codex SessionStart bootstrap component that provisions LazyCodex runtime dependencies from a detached worker.",
	"type": "module",
	"private": true,
	"files": [
		"dist",
		"hooks",
		"scripts",
		"manifests"
	],
	"scripts": {
		"build": "node scripts/build.mjs",
		"test": "bun test test/*.test.ts"
	},
	"engines": {
		"node": ">=20.0.0"
	}
}
