Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:12 +08:00
commit b883b9d043
11 changed files with 2520 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "quality",
"description": "Testing and code quality tools for Bun applications with Vitest and Biome.",
"version": "1.0.0",
"author": {
"name": "Marcio Altoé",
"email": "marcio.altoe@gmail.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}