- Submodule pins: dbis_core, cross-chain-pmm-lps, mcp-proxmox (local, push may be pending), metamask-integration, smom-dbis-138 - Atomic swap + cross-chain-pmm-lops-publish, deploy-portal workflow, phoenix deploy-targets, routing/aggregator matrices - Docs, token-lists, forge proxy, phoenix API, runbooks, verify scripts Made-with: Cursor
15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"name": "phoenix-deploy-api",
|
|
"version": "1.0.0",
|
|
"description": "Phoenix deploy API and Gitea webhook receiver for Gitea to Phoenix and Proxmox deployment integration",
|
|
"type": "module",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node --watch server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.21.0"
|
|
}
|
|
}
|