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