{
"name": "verodat-mcp-server",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"bin": {
"weather": "./build/index.js"
},
"scripts": {
"build": "tsc",
"test": "mocha --loader=ts-node/esm 'tests/**/*.test.ts'",
"test:watch": "mocha --loader=ts-node/esm 'tests/**/*.test.ts' --watch"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"@types/sinon": "^17.0.3",
"chai": "^5.1.2",
"mocha": "^11.0.1",
"sinon": "^19.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.3"
}
}