| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "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",
- "test:lint": "eslint src/ scripts/",
- "format": "prettier --write \"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",
- "@mysten/sui": "^1.3.0",
- "@pythnetwork/client": "^2.22.0",
- "@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-sdk-solidity": "workspace:^",
- "@pythnetwork/pyth-starknet-js": "^0.2.1",
- "@pythnetwork/pyth-sui-js": "workspace:*",
- "@pythnetwork/solana-utils": "workspace:^",
- "@pythnetwork/xc-admin-common": "workspace:*",
- "@solana/web3.js": "^1.73.0",
- "@sqds/mesh": "^1.0.6",
- "@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",
- "ramda": "^0.30.1",
- "starknet": "^6.9.0",
- "ts-node": "^10.9.1",
- "typescript": "^5.3.3",
- "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": "^2.6.2",
- "typedoc": "^0.25.7"
- }
- }
|