wormhole/sui/testing/package.json

23 lines
552 B
JSON

{
"name": "@wormhole-foundation/wormhole-sui-integration-test",
"version": "0.0.1",
"description": "Wormhole Sui Integration Test",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.12",
"@mysten/sui.js": "^0.32.2",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"prettier": "^2.8.7",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11"
}
}