{ "name": "pushtodisplay", "version": "0.1.18", "description": "PushToDisplay CLI and MCP server — send real-time updates to display boards from your terminal or AI agents", "mcpName": "io.github.pushtodisplay/cli", "license": "MIT", "type": "module", "bin": { "pushtodisplay": "./dist/cli.js" }, "files": [ "dist", "THIRD_PARTY_LICENSES.txt", "npm-shrinkwrap.json" ], "keywords": [ "pushtodisplay", "cli", "mcp", "mcp-server", "model-context-protocol", "display", "signage", "real-time", "dashboard" ], "author": { "name": "Goban Source, LLC", "url": "https://gobansource.com" }, "homepage": "https://pushtodisplay.com", "bugs": { "url": "https://github.com/pushtodisplay/cli/issues" }, "scripts": { "build": "tsup", "build:prod": "NODE_ENV=production tsup", "dev": "tsup --watch", "test": "jest", "test:integration": "jest --config jest.integration.config.ts --verbose", "test:coverage": "jest --coverage", "lint": "eslint src/", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build:prod", "generate:licenses": "license-checker --out THIRD_PARTY_LICENSES.txt" }, "devDependencies": { "@eslint/js": "^9.39.4", "@modelcontextprotocol/sdk": "^1.29.0", "@types/jest": "^29.5.14", "@types/node": "^22.15.3", "commander": "^13.1.0", "eslint": "^9.25.1", "jest": "^29.7.0", "license-checker": "^25.0.1", "open": "^10.1.0", "prettier": "^3.5.3", "terser": "^5.46.2", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "tsup": "^8.4.0", "typescript": "~5.7.3", "typescript-eslint": "^8.59.1", "zod": "^3.24.4" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/pushtodisplay/cli" } }