example-portal-fast-withdrawal/evm/package.json

42 lines
1.3 KiB
JSON

{
"name": "example-portal-fast-withdrawal-evm",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "truffle compile",
"deploy-devnet": "truffle compile && truffle exec scripts/deploy_devnet.js --network development",
"test-devnet": "node scripts/test_devnet.js",
"deploy-testnet": "truffle compile && truffle exec scripts/deploy_testnet.js --network ethereum_testnet",
"test-testnet": "node scripts/test_testnet.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@openzeppelin/contracts": "^4.3.1",
"@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",
"esm": "^3.2.25",
"ethers": "5.4.4",
"jest": "^27.3.1",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"truffle": "^5.3.14",
"ts-jest": "^27.0.7",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@certusone/wormhole-sdk": "^0.6.5",
"@chainsafe/truffle-plugin-abigen": "^0.0.1",
"@truffle/hdwallet-provider": "^1.7.0",
"truffle-plugin-verify": "^0.5.11"
}
}