Files
nut-ups-mcp/package.json

34 lines
634 B
JSON

{
"name": "nut-ups-mcp",
"version": "1.0.0",
"description": "MCP Server for Network UPS Tools (NUT) integration",
"type": "module",
"main": "dist/index.js",
"bin": {
"nut-ups-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch"
},
"keywords": [
"mcp",
"nut",
"ups",
"network-ups-tools",
"llm",
"ai"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"dotenv": "^16.3.1"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
}
}