2026-02-12 15:46:57 -08:00
|
|
|
{
|
|
|
|
|
"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": "node --test dist/**/*.test.js 2>/dev/null || true"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-02-21 15:46:06 -08:00
|
|
|
"ethers": "^6.16.0",
|
|
|
|
|
"express": "^4.22.1",
|
2026-02-12 15:46:57 -08:00
|
|
|
"uuid": "^9.0.1"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-02-21 15:46:06 -08:00
|
|
|
"@types/express": "^4.17.25",
|
|
|
|
|
"@types/node": "^20.19.33",
|
|
|
|
|
"typescript": "^5.9.3"
|
2026-02-12 15:46:57 -08:00
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
}
|