package.json•928 B
{
"name": "@tech-sushant/calculator-mcp",
"version": "1.0.3",
"description": "A simple Model Context Protocol calculator server",
"mcpName": "io.github.tech-sushant/calculator-mcp",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts"
},
"keywords": [
"mcp",
"calculator",
"model-context-protocol"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tech-sushant/calculator-mcp.git"
},
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/tech-sushant/calculator-mcp/issues"
},
"homepage": "https://github.com/tech-sushant/calculator-mcp#readme"
}