wormhole/testing/contract-integrations/package.json

40 lines
1.2 KiB
JSON

{
"name": "contract-integration-tests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run generate && tsc && jest --config jestconfig.json --verbose",
"genTypes": "typechain --target ethers-v5 --out-dir ethers-contracts/abi --show-stack-traces ./build/contracts/*.json",
"generate": "rimraf lib && rimraf ethers-contracts && rimraf build && truffle compile && npm run genTypes"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"@openzeppelin/contracts": "3.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",
"esm": "^3.2.25",
"ethers": "5.4.4",
"jest": "^27.3.1",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"truffle": "^5.4.23",
"ts-jest": "^27.0.7",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@certusone/wormhole-examples": "file:../../core",
"@certusone/wormhole-sdk": "^0.1.1",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.24.0"
}
}