wormhole/clients/token_bridge/package.json

33 lines
970 B
JSON
Raw Normal View History

{
"name": "wormhole-client-solana",
"version": "1.0.0",
"dependencies": {
"@solana/web3.js": "^1.22.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"buffer-layout": "^1.2.2",
"npm": "^7.20.0",
"yargs": "^17.0.1",
"@typechain/ethers-v5": "^7.0.1",
"ethers": "^5.4.1",
"web3": "^1.5.0"
},
"scripts": {
"start": "tsc && node main.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build-contracts": "npm run build --prefix ../../ethereum && node scripts/copyContracts.js && typechain --target=ethers-v5 --out-dir=src/ethers-contracts contracts/*.json"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/bs58": "^4.0.1",
"@types/yargs": "^17.0.2",
"bridge": "file:./pkg/core",
"token-bridge": "file:./pkg/token",
"typescript": "^4.3.5",
"@openzeppelin/contracts": "^4.2.0",
"@truffle/hdwallet-provider": "^1.4.1",
"copy-dir": "^1.3.0",
"truffle": "^5.4.1"
}
}