{
	"name": "hedidit",
	"module": "index.ts",
	"keywords": ["MCP", "modelcontextprotocol", "LLMs"],
	"version": "1.0.4",
	"type": "module",
	"files": ["dist", "LICENSE", "README.md"],
	"license": "MIT",
	"bin": {
		"hedidit": "./dist/index.js"
	},
	"scripts": {
		"build": "bunx tsc",
		"prepublishOnly": "bun run build"
	},
	"devDependencies": {
		"@types/bun": "latest",
		"typescript": "^5"
	},
	"dependencies": {
		"@modelcontextprotocol/sdk": "^1.11.0",
		"@types/minimatch": "^5.1.2",
		"minimatch": "^10.0.1",
		"react": "^19.1.0",
		"zod": "^3.24.3"
	}
}
