Files

26 lines
623 B
JSON
Raw Permalink Normal View History

{
"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": {
"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"
}
}