pyth-crosschain/governance/xc_admin/packages/xc_admin_common/package.json

44 lines
1.1 KiB
JSON

{
"name": "xc_admin_common",
"version": "0.0.0",
"description": "",
"private": "true",
"author": "",
"homepage": "https://github.com/pyth-network/pyth-crosschain",
"license": "ISC",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pyth-network/pyth-crosschain.git"
},
"bugs": {
"url": "https://github.com/pyth-network/pyth-crosschain/issues"
},
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"test": "jest"
},
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.22",
"@coral-xyz/anchor": "^0.26.0",
"@pythnetwork/client": "^2.17.0",
"@pythnetwork/pyth-sdk-solidity": "*",
"@solana/buffer-layout": "^4.0.1",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"typescript": "^4.9.4"
},
"devDependencies": {
"@types/bn.js": "^5.1.1",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"fast-check": "^3.10.0"
}
}