{
	"type": "module",
	"name": "gajae-code",
	"version": "0.17.2",
	"description": "One-line npm install wrapper for the Gajae-Code gjc CLI",
	"homepage": "https://gajae-code.com",
	"author": "Yeachan-Heo and Gajae Code Contributors",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/Yeachan-Heo/gajae-code.git",
		"directory": "packages/gajae-code"
	},
	"bugs": {
		"url": "https://github.com/Yeachan-Heo/gajae-code/issues"
	},
	"keywords": [
		"coding-agent",
		"ai",
		"llm",
		"cli",
		"tui",
		"agent",
		"gjc"
	],
	"bin": {
		"gjc": "bin/gjc.js",
		"가재씨": "bin/gajaessi.js"
	},
	"dependencies": {
		"@gajae-code/coding-agent": "0.17.2"
	},
	"engines": {
		"bun": ">=1.4.0"
	},
	"files": [
		"bin",
		"README.md",
		"CHANGELOG.md"
	]
}
