feat: Add testing framework and initial test cases for various tools and database operations
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
"scripts": {
|
||||
"dev": "bun run src/index.ts",
|
||||
"build": "bun build src/index.ts --outdir dist --target bun",
|
||||
"start": "bun run dist/index.js"
|
||||
"start": "bun run dist/index.js",
|
||||
"test": "bun test",
|
||||
"test:watch": "bun test --watch",
|
||||
"test:coverage": "bun test --coverage"
|
||||
},
|
||||
"keywords": [
|
||||
"mcp",
|
||||
|
||||
Reference in New Issue
Block a user