{
"name": "pushover-mcp",
"version": "1.0.0",
"description": "MCP for Pushover.net notifications",
"author": "Ashik Nesin <mail@ashiknesin.com>",
"license": "MIT",
"homepage": "https://github.com/AshikNesin/pushover-mcp",
"repository": {
"type": "git",
"url": "git+https://github.com/AshikNesin/pushover-mcp.git"
},
"type": "module",
"main": "dist/index.js",
"bin": {
"pushover-mcp": "dist/cli.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"start": "node dist/cli.js",
"dev": "tsx src/cli.ts",
"test": "vitest",
"prepublishOnly": "pnpm build"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"commander": "^13.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.24",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
}
}