wormhole/sui/scripts/package.json

17 lines
337 B
JSON
Raw Normal View History

2023-01-12 11:36:42 -08:00
{
"name": "@wormhole-foundation/sui-scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mysten/sui.js": "^0.10.0",
"axios": "^1.0.0",
"node-fetch": "^3.2.10"
}
}