chore: add gray-matter dependency for frontmatter parsing

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
kingboung 2026-05-07 17:04:08 +08:00
parent 49204031fb
commit 083e2a7cfc
2 changed files with 283 additions and 225 deletions

503
bun.lock

File diff suppressed because it is too large Load Diff

View File

@ -62,7 +62,8 @@
"dependencies": {
"@agentclientprotocol/sdk": "^0.19.0",
"@claude-code-best/mcp-chrome-bridge": "^2.0.8",
"ws": "^8.20.0"
"ws": "^8.20.0",
"gray-matter": "^4.0.3"
},
"devDependencies": {
"@alcalzone/ansi-tokenize": "^0.3.0",
@ -199,4 +200,4 @@
"yaml": "^2.8.3",
"zod": "^4.3.6"
}
}
}