{ "name": "@wormhole-foundation/tests-contract-integration", "version": "0.0.1", "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", "build": "truffle compile", "truffle": "truffle" }, "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-examples": "file:../../core", "@certusone/wormhole-sdk": "^0.1.1", "@chainsafe/truffle-plugin-abigen": "^0.0.1", "@solana/spl-token": "^0.1.8", "@solana/web3.js": "^1.24.0", "@truffle/hdwallet-provider": "^1.7.0", "truffle-plugin-verify": "^0.5.11" } }