{ "name": "@pythnetwork/pyth-contract-manager", "version": "1.0.0", "description": "Set of tools to manage pyth contracts", "private": true, "main": "index.js", "scripts": { "shell": "ts-node ./src/shell.ts" }, "author": "", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/pyth-network/pyth-crosschain.git" }, "dependencies": { "@certusone/wormhole-sdk": "^0.9.8", "@pythnetwork/cosmwasm-deploy-tools": "*", "@pythnetwork/price-service-client": "*", "bs58": "^5.0.0", "ts-node": "^10.9.1", "typescript": "^4.9.3" }, "devDependencies": { "prettier": "^2.6.2" } }