UNPKG

thunderclient-mcp

Version:
42 lines 973 B
{ "name": "thunderclient-mcp", "version": "1.0.9", "description": "Thunder Client MCP Server", "main": "dist/index.js`", "types": "dist/index.d.ts", "type": "module", "keywords": [ "thunderclient", "mcp", "thunder client mcp" ], "scripts": { "build": "tsc", "prepublishOnly": "rimraf dist && tsc", "postinstall": "npm install -g @thunderclient/cli@latest" }, "bin": { "thunderclient-mcp": "dist/index.js" }, "author": "Thunder Client Limited", "homepage": "https://www.thunderclient.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/thunderclient/thunderclient-mcp" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@types/node": "^24.1.0", "rimraf": "^6.0.1", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "overrides": { "glob": "11.1.0" } }