49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "@certusone/wormhole-rest-relayer",
|
|
"version": "0.0.1",
|
|
"description": "SDK for interacting with Wormhole",
|
|
"homepage": "https://wormholenetwork.com",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"repository": "https://github.com/certusone/wormhole/tree/dev.v2/examples",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "npm run build && node lib/index.js",
|
|
"test": "jest --config jestconfig.json --verbose"
|
|
},
|
|
"devDependencies": {
|
|
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
|
|
"@openzeppelin/contracts": "^4.2.0",
|
|
"@typechain/ethers-v5": "^7.0.1",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/long": "^4.0.1",
|
|
"@types/node": "^16.6.1",
|
|
"@types/react": "^17.0.19",
|
|
"copy-dir": "^1.3.0",
|
|
"ethers": "^5.4.4",
|
|
"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.1",
|
|
"@improbable-eng/grpc-web": "^0.14.0",
|
|
"@solana/spl-token": "^0.1.8",
|
|
"@solana/web3.js": "^1.24.0",
|
|
"@terra-money/terra.js": "^2.0.14",
|
|
"@terra-money/wallet-provider": "^2.2.0",
|
|
"bech32": "^2.0.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"js-base64": "^3.6.1",
|
|
"protobufjs": "^6.11.2",
|
|
"rxjs": "^7.3.0"
|
|
}
|
|
}
|