pyth-crosschain/target_chains/cosmwasm/tools/package.json

44 lines
1.2 KiB
JSON

{
"name": "@pythnetwork/cosmwasm-deploy-tools",
"version": "1.1.0",
"description": "",
"main": "./lib/index.js",
"private": "true",
"scripts": {
"build": "tsc",
"deploy": "ts-node ./src/ci/deploy.ts"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.29.5",
"@cosmjs/encoding": "^0.26.2",
"@cosmjs/proto-signing": "^0.30.1",
"@injectivelabs/networks": "^1.14.6",
"@injectivelabs/sdk-ts": "1.0.354",
"@ltd/j-toml": "^1.38.0",
"@pythnetwork/price-service-client": "*",
"@terra-money/terra.js": "^3.1.3",
"adm-zip": "^0.5.10",
"chain-registry": "^1.6.0",
"cosmjs-utils": "^0.1.0",
"dotenv": "^16.0.0",
"ethers": "^5.4.4",
"node-downloader-helper": "^2.1.7",
"osmojs": "^13.0.0-rc.7-i-alpha",
"xc_admin_common": "*",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/yargs": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"cosmjs-types": "^0.6.1",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}