26 lines
620 B
JSON
26 lines
620 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": "node --test dist/**/*.test.js 2>/dev/null || true"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"ethers": "^6.9.0",
|
||
|
|
"express": "^4.18.2",
|
||
|
|
"uuid": "^9.0.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/express": "^4.17.21",
|
||
|
|
"@types/node": "^20.0.0",
|
||
|
|
"typescript": "^5.2.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18"
|
||
|
|
}
|
||
|
|
}
|