pyth-crosschain/target_chains/sui/cli/package.json

21 lines
514 B
JSON

{
"name": "pyth-sui-cli",
"version": "0.0.1",
"description": "Pyth Sui Integration Cli tools",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"cli": "ts-node src/cli.ts"
},
"private": "true",
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.12",
"@mysten/sui.js": "^0.37.1",
"@pythnetwork/client": "^2.17.0",
"@pythnetwork/price-service-client": "^1.4.0",
"@pythnetwork/price-service-sdk": "^1.2.0",
"prettier": "^2.8.7",
"typescript": "^5.0.4"
}
}