package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "@pythnetwork/pyth-evm-contract",
  3. "version": "1.2.0",
  4. "description": "",
  5. "devDependencies": {
  6. "@openzeppelin/test-helpers": "^0.5.15",
  7. "@openzeppelin/truffle-upgrades": "^1.14.0",
  8. "@truffle/hdwallet-provider": "^2.1.5",
  9. "chai": "^4.2.0",
  10. "mocha": "^8.2.1",
  11. "truffle": "^5.7.4",
  12. "truffle-deploy-registry": "^0.5.1",
  13. "truffle-plugin-verify": "^0.6.1"
  14. },
  15. "scripts": {
  16. "build": "rm -rf build && npx truffle compile --all",
  17. "test-contract": "truffle test",
  18. "migrate": "truffle migrate",
  19. "receiver-submit-guardian-sets": "truffle exec scripts/receiverSubmitGuardianSetUpgrades.js",
  20. "verify": "truffle run verify $npm_config_module@$npm_config_contract_address --network $npm_config_network",
  21. "install-forge-deps": "forge install foundry-rs/forge-std@2c7cbfc6fbede6d7c9e6b17afe997e3fdfe22fef --no-git --no-commit"
  22. },
  23. "author": "",
  24. "license": "ISC",
  25. "dependencies": {
  26. "@certusone/wormhole-sdk": "^0.9.9",
  27. "@matterlabs/hardhat-zksync-deploy": "^0.6.1",
  28. "@matterlabs/hardhat-zksync-solc": "^0.3.13",
  29. "@openzeppelin/contracts": "^4.5.0",
  30. "@openzeppelin/contracts-upgradeable": "^4.5.2",
  31. "@pythnetwork/pyth-multisig-wh-message-builder": "*",
  32. "@pythnetwork/pyth-sdk-solidity": "^2.2.0",
  33. "@pythnetwork/xc-governance-sdk": "*",
  34. "dotenv": "^10.0.0",
  35. "elliptic": "^6.5.2",
  36. "ethers": "^5.7.2",
  37. "ganache": "^7.7.3",
  38. "hardhat": "^2.12.5",
  39. "jsonfile": "^4.0.0",
  40. "lodash": "^4.17.21",
  41. "solc": "0.8.4",
  42. "truffle-contract-size": "^2.0.1",
  43. "ts-node": "^10.9.1",
  44. "typescript": "^4.9.4",
  45. "web3": "^1.2.2",
  46. "web3-eth-abi": "^1.2.2",
  47. "web3-utils": "^1.2.2",
  48. "zksync-web3": "^0.12.3"
  49. }
  50. }