package.json•1.27 kB
{
"version": "0.0.0",
"name": "@upstash/mcp-server",
"description": "MCP server for Upstash",
"license": "MIT",
"type": "module",
"bin": {
"mcp-server": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upstash/mcp-server.git"
},
"bugs": {
"url": "https://github.com/upstash/mcp-server/issues"
},
"scripts": {
"build": "tsup && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"watch": "npm run build && tsup --watch",
"logs": "tail -n 20 -f ~/Library/Logs/Claude/mcp*.log",
"fmt": "prettier --write .",
"test": "vitest",
"lint": "eslint \"**/*.{js,ts,tsx}\" --quiet --fix && tsc --noEmit"
},
"files": [
"dist"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.4.0",
"@typescript-eslint/parser": "8.4.0",
"eslint": "9.10.0",
"eslint-plugin-unicorn": "55.0.0",
"prettier": "^3.6.2",
"tsup": "^8.5.0",
"vitest": "^3.2.4"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.5",
"@types/node": "^15.14.9",
"chalk": "^5.6.0",
"commander": "^14.0.0",
"dotenv": "^16.6.1",
"node-fetch": "^3.3.2",
"tsx": "^4.20.5",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6"
}
}