Files
proxmox/package.json
defiQUG cb47cce074 Complete markdown files cleanup and organization
- Organized 252 files across project
- Root directory: 187 → 2 files (98.9% reduction)
- Moved configuration guides to docs/04-configuration/
- Moved troubleshooting guides to docs/09-troubleshooting/
- Moved quick start guides to docs/01-getting-started/
- Moved reports to reports/ directory
- Archived temporary files
- Generated comprehensive reports and documentation
- Created maintenance scripts and guides

All files organized according to established standards.
2026-01-06 01:46:25 -08:00

40 lines
1.2 KiB
JSON

{
"name": "proxmox",
"version": "1.0.0",
"description": "Proxmox workspace with MCP server and helper scripts",
"private": true,
"scripts": {
"mcp:start": "pnpm --filter mcp-proxmox-server start",
"mcp:dev": "pnpm --filter mcp-proxmox-server dev",
"omada:build": "pnpm --filter omada-api build && pnpm --filter mcp-omada-server build",
"omada:start": "pnpm --filter mcp-omada-server start",
"omada:dev": "pnpm --filter mcp-omada-server dev",
"frontend:dev": "pnpm --filter proxmox-helper-scripts-website dev",
"frontend:build": "pnpm --filter proxmox-helper-scripts-website build",
"frontend:start": "pnpm --filter proxmox-helper-scripts-website start",
"test": "pnpm --filter mcp-proxmox-server test || echo \"No tests specified\"",
"test:basic": "cd mcp-proxmox && node test-basic-tools.js",
"test:workflows": "cd mcp-proxmox && node test-workflows.js"
},
"keywords": [
"proxmox",
"mcp",
"virtualization",
"vm",
"devops"
],
"author": "",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.24.0",
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8.0.0"
},
"devDependencies": {
"ethers": "^6.16.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1"
}
}