Files

28 lines
653 B
JSON
Raw Permalink Normal View History

{
"name": "ccip-watcher-relayer",
"version": "1.0.0",
"description": "Production-grade CCIP watcher and relayer for Chain-138 to Ethereum",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "jest"
},
"dependencies": {
"ethers": "^6.9.0",
"pg": "^8.11.3",
"dotenv": "^16.3.1",
"winston": "^3.11.0",
"prometheus-client": "^15.0.0"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/pg": "^8.10.9",
"typescript": "^5.3.0",
"ts-node": "^10.9.2",
"jest": "^29.7.0",
"@types/jest": "^29.5.11"
}
}