Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:56 +08:00
commit 9bae611409
13 changed files with 964 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "bun-runner",
"description": "Smart test runner and linter MCP server for Bun and Biome",
"version": "1.0.0",
"author": {
"name": "Nathan Vale",
"email": "hi@nathanvale.com"
},
"hooks": [
"./hooks"
]
}