wormhole-nativeswap-example/swap_relayer/package.json

39 lines
986 B
JSON

{
"name": "swap_relay",
"version": "1.0.0",
"description": "Swap listener and relayer demo",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node lib/swap_relayer/src/index.js"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@types/jest": "^27.0.2",
"@types/long": "^4.0.1",
"@types/node": "^16.6.1",
"axios": "^0.24.0",
"esm": "^3.2.25",
"jest": "^27.3.1",
"prettier": "^2.3.2",
"ts-jest": "^27.0.7",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@certusone/wormhole-sdk": "^0.1.4",
"@certusone/wormhole-spydk": "^0.0.1",
"async-mutex": "^0.3.2",
"condition-variable": "^1.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ethers": "^5.5.3",
"@terra-money/terra.js": "^3.0.4",
"winston": "^3.3.3"
}
}