MCP Chrome Google Search

{ "name": "crypto-mcp", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for encrypting/decrypting/algorithm/hash", "type": "module", "bin": { "crypto-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "prepare": "pnpm run build", "watch": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [], "author": "cloris", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "@types/crypto-js": "^4.2.2", "crypto-js": "^4.2.0", "ts-node": "^10.9.2", "zod": "^3.24.2" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.13.5", "jest": "^29.7.0", "ts-jest": "^29.2.6", "typescript": "^5.3.3" } }