40 lines
982 B
JSON
40 lines
982 B
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.8",
|
|
"@pythnetwork/client": "^2.10.0",
|
|
"@solana/buffer-layout": "^4.0.1",
|
|
"@solana/web3.js": "^1.73.0",
|
|
"@sqds/mesh": "^1.0.6",
|
|
"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"
|
|
}
|
|
}
|