{ "name": "bio-mcp", "version": "0.1.0", "description": "", "main": "index.js", "type": "module", "bin": { "weather": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "test": "jest", "test:unit": "jest --testPathPattern=tests/unit", "test:integration": "jest --testPathPattern=tests/integration", "test:e2e": "jest --testPathPattern=tests/e2e", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix" }, "files": [ "build" ], "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.24.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.13.8", "jest": "^29.7.0", "ts-jest": "^29.2.6", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }