2021-10-04 04:52:11 -07:00
|
|
|
{
|
2023-05-05 06:31:57 -07:00
|
|
|
"name": "@pythnetwork/cosmwasm-deploy-tools",
|
2023-05-29 04:18:29 -07:00
|
|
|
"version": "1.1.0",
|
2021-10-04 04:52:11 -07:00
|
|
|
"description": "",
|
2023-01-10 02:15:35 -08:00
|
|
|
"main": "deploy-pyth-bridge.ts",
|
2023-05-29 05:25:42 -07:00
|
|
|
"private": "true",
|
2021-10-04 04:52:11 -07:00
|
|
|
"scripts": {
|
2023-01-10 02:15:35 -08:00
|
|
|
"build": "tsc",
|
2023-03-31 00:20:35 -07:00
|
|
|
"build-contract": "ts-node ./src/build-contract.ts",
|
2023-01-10 02:15:35 -08:00
|
|
|
"deploy-pyth": "ts-node ./src/deploy-pyth-bridge.ts",
|
|
|
|
"deploy": "ts-node ./src/deploy.ts"
|
2021-10-04 04:52:11 -07:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-01-10 08:03:37 -08:00
|
|
|
"@cosmjs/cosmwasm-stargate": "^0.29.5",
|
2022-01-07 07:47:33 -08:00
|
|
|
"@cosmjs/encoding": "^0.26.2",
|
2023-04-07 05:39:39 -07:00
|
|
|
"@cosmjs/proto-signing": "^0.30.1",
|
2023-05-03 08:18:00 -07:00
|
|
|
"@injectivelabs/networks": "1.0.68",
|
|
|
|
"@injectivelabs/sdk-ts": "1.0.354",
|
2023-03-31 00:20:35 -07:00
|
|
|
"@ltd/j-toml": "^1.38.0",
|
2023-05-03 08:18:00 -07:00
|
|
|
"@pythnetwork/xc-governance-sdk": "*",
|
2022-07-20 07:35:01 -07:00
|
|
|
"@terra-money/terra.js": "^3.1.3",
|
2023-05-16 00:43:43 -07:00
|
|
|
"adm-zip": "^0.5.10",
|
2023-01-10 08:03:37 -08:00
|
|
|
"chain-registry": "^1.6.0",
|
|
|
|
"cosmjs-utils": "^0.1.0",
|
2022-07-20 07:35:01 -07:00
|
|
|
"dotenv": "^16.0.0",
|
2022-01-25 08:30:19 -08:00
|
|
|
"ethers": "^5.4.4",
|
2023-05-16 00:43:43 -07:00
|
|
|
"node-downloader-helper": "^2.1.7",
|
2023-01-10 08:03:37 -08:00
|
|
|
"osmojs": "^13.0.0-rc.7-i-alpha",
|
2023-05-16 00:43:43 -07:00
|
|
|
"rimraf": "^5.0.0",
|
2023-05-22 22:46:50 -07:00
|
|
|
"yargs": "^17.0.1",
|
|
|
|
"@pythnetwork/price-service-client": "*"
|
2023-01-10 02:15:35 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-16 00:43:43 -07:00
|
|
|
"@types/adm-zip": "^0.5.0",
|
2023-01-10 02:15:35 -08:00
|
|
|
"@types/yargs": "^17.0.18",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
|
|
|
"@typescript-eslint/parser": "^5.43.0",
|
2023-01-10 08:03:37 -08:00
|
|
|
"cosmjs-types": "^0.6.1",
|
2023-01-10 02:15:35 -08:00
|
|
|
"eslint": "^8.27.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
"typescript": "^4.9.3"
|
2021-10-04 04:52:11 -07:00
|
|
|
}
|
|
|
|
}
|