package.json•938 B
{
"name": "polybar-notification-mcp",
"version": "1.0.0",
"description": "MCP server for displaying messages in polybar and popup notifications on Linux",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts"
},
"keywords": [
"mcp",
"polybar",
"notification",
"linux",
"cursor"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0"
},
"bin": {
"polybar-notification-mcp": "bin/polybar-mcp"
}
}