{ "name": "@pythnetwork/contract-manager", "version": "1.0.0", "description": "Set of tools to manage pyth contracts", "private": true, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "shell": "ts-node ./src/shell.ts", "fix:lint": "eslint src/ scripts/ --fix --max-warnings 0", "fix:format": "prettier --write \"src/**/*.ts\" \"scripts/**/*.ts\"", "test:lint": "eslint src/ scripts/ --max-warnings 0", "test:format": "prettier --check \"src/**/*.ts\" \"scripts/**/*.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", "@coral-xyz/anchor": "^0.29.0", "@cosmjs/cosmwasm-stargate": "^0.32.3", "@cosmjs/stargate": "^0.32.3", "@injectivelabs/networks": "^1.14.6", "@iota/iota-sdk": "^0.5.0", "@mysten/sui": "^1.3.0", "@pythnetwork/client": "catalog:", "@pythnetwork/cosmwasm-deploy-tools": "workspace:*", "@pythnetwork/entropy-sdk-solidity": "workspace:*", "@pythnetwork/hermes-client": "workspace:*", "@pythnetwork/price-service-client": "workspace:*", "@pythnetwork/pyth-fuel-js": "workspace:*", "@pythnetwork/pyth-iota-js": "workspace:*", "@pythnetwork/pyth-sdk-solidity": "workspace:^", "@pythnetwork/pyth-starknet-js": "^0.2.1", "@pythnetwork/pyth-sui-js": "workspace:*", "@pythnetwork/pyth-ton": "workspace:*", "@pythnetwork/pyth-ton-js": "workspace:*", "@pythnetwork/solana-utils": "workspace:^", "@pythnetwork/xc-admin-common": "workspace:*", "@solana/web3.js": "^1.73.0", "@sqds/mesh": "^1.0.6", "@ton/blueprint": "^0.22.0", "@ton/core": "^0.59.0", "@ton/crypto": "^3.3.0", "@ton/ton": "^15.1.0", "@types/yargs": "^17.0.32", "aptos": "^1.5.0", "axios": "^0.24.0", "bs58": "^5.0.0", "extract-files": "^13.0.0", "fuels": "^0.94.0", "near-api-js": "^3.0.2", "ramda": "^0.30.1", "starknet": "^6.9.0", "ts-node": "^10.9.1", "typescript": "^5.3.3", "viem": "^2.23.5", "web3": "^1.8.2", "web3-eth-contract": "^1.8.2", "yaml": "^2.1.1" }, "devDependencies": { "@types/web3": "^1.2.2", "eslint": "^8.0.0", "prettier": "catalog:", "typedoc": "^0.25.7" } }