19 lines
369 B
JSON
19 lines
369 B
JSON
{
|
|
"name": "tools",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "deploy.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@terra-money/terra.js": "^2.0.11",
|
|
"@cosmjs/encoding": "^0.26.2",
|
|
"ethers": "^5.4.4",
|
|
"yargs": "^17.0.1"
|
|
}
|
|
}
|