Update src/filesystem/package.json

Co-authored-by: Cliff Hall <cliff@futurescale.com>
This commit is contained in:
Ola Hungerford
2025-06-20 13:54:04 -07:00
committed by GitHub
parent 7206e1a2b0
commit 178281230c

View File

@@ -17,7 +17,7 @@
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "jest --config=jest.config.cjs"
"test": "jest --config=jest.config.cjs --coverage"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3",