Files
proxmox/multi-chain-execution/package.json
defiQUG 4ebf2d7902
Some checks failed
Deploy to Phoenix / validate (push) Failing after 1s
Deploy to Phoenix / deploy (push) Has been skipped
Deploy to Phoenix / deploy-atomic-swap-dapp (push) Has been skipped
Deploy to Phoenix / cloudflare (push) Has been skipped
chore(repo): sync operator workspace (config, scripts, docs, multi-chain)
Add optional Cosmos/Engine-X/act-runner templates, CWUSDC/EI-matrix tooling,
non-EVM route planner in multi-chain-execution (tests passing), token list and
extraction updates, and documentation (MetaMask matrix, GRU/CWUSDC packets).

Ignore institutional evidence tarballs/sha256 under reports/status.

Validated with: bash scripts/verify/run-all-validation.sh --skip-genesis

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-11 16:25:08 -07:00

26 lines
641 B
JSON

{
"name": "@proxmox/multi-chain-execution",
"version": "0.1.0",
"description": "API-only multi-chain execution and mirroring: chain adapters, EO, TRPE, mirroring",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/main.js",
"test": "npm run build && node --test dist/lib/non-evm-route-planner.test.js"
},
"dependencies": {
"ethers": "^6.16.0",
"express": "^4.22.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/express": "^4.17.25",
"@types/node": "^20.19.33",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18"
}
}