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>
26 lines
641 B
JSON
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"
|
|
}
|
|
}
|