{
	"name": "@numbered/docs-to-context",
	"version": "0.6.4",
	"description": "Generate project docs (component APIs, design system, architecture) and inject index into AGENTS.md",
	"bin": {
		"docs-to-context": "scripts/generate.ts"
	},
	"files": [
		"scripts/*.ts",
		"docs/**/*.md",
		"docs/**/*.py",
		"README.md"
	],
	"scripts": {
		"prepublishOnly": "bun run typecheck",
		"typecheck": "bunx tsc --noEmit",
		"publish:patch": "npm version patch && npm publish --access public",
		"publish:minor": "npm version minor && npm publish --access public",
		"publish:dry": "npm publish --access public --dry-run"
	},
	"repository": {
		"type": "git",
		"url": "git+ssh://[email protected]/Numbered-com/claude.git",
		"directory": "packages/docs-to-context"
	},
	"license": "MIT",
	"private": false,
	"devDependencies": {
		"bun-types": "^1.3.10"
	}
}
