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

27 lines
716 B
JSON

{
"name": "pyth-sui-integration-test-and-deploy-scripts",
"version": "0.0.1",
"description": "Pyth Sui Integration Tests and Scripts",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.12",
"@mysten/sui.js": "^0.32.2",
"@pythnetwork/client": "^2.17.0",
"@pythnetwork/price-service-client": "^1.4.0",
"@pythnetwork/price-service-sdk": "^1.2.0",
"chai": "^4.3.7",
"dotenv": "^16.0.3",
"mocha": "^10.2.0",
"prettier": "^2.8.7",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.17.4"
}
}