Files
proxmox/rpc-translator-138/package.json
defiQUG bea1903ac9
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Sync all local changes: docs, config, scripts, submodule refs, verification evidence
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-21 15:46:06 -08:00

44 lines
1.0 KiB
JSON

{
"name": "rpc-translator-138",
"version": "1.0.0",
"description": "RPC Translator Service for ChainID 138 - Thirdweb compatibility with eth_sendTransaction support",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"start": "node dist/main.js",
"dev": "ts-node-dev --respawn --transpile-only src/main.ts",
"test": "jest",
"validate": "node scripts/validate-config.js",
"setup": "./scripts/setup.sh"
},
"keywords": [
"rpc",
"translator",
"ethereum",
"json-rpc",
"websocket",
"besu",
"web3signer"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.13.5",
"dotenv": "^16.6.1",
"ethers": "^6.16.0",
"express": "^4.22.1",
"ioredis": "^5.9.3",
"node-vault": "^0.10.9",
"uuid": "^9.0.1",
"ws": "^8.19.0"
},
"devDependencies": {
"@types/express": "^4.17.25",
"@types/node": "^20.19.33",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.18.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.9.3"
}
}