forked from pyth-network/pyth-crosschain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "root",
"workspaces": [
"express_relay/examples/easy_lend",
"express_relay/sdk/js",
"express_relay/sdk/solidity",
"governance/xc_admin/packages/*",
"governance/multisig_wh_message_builder",
"price_pusher",
"price_service/sdk/js",
"price_service/client/js",
"pythnet/message_buffer",
"target_chains/aptos/sdk/js",
"target_chains/cosmwasm/tools",
"target_chains/cosmwasm/deploy-scripts",
"target_chains/ethereum/contracts",
"target_chains/ethereum/abi_generator",
"target_chains/ethereum/entropy_sdk/solidity",
"target_chains/ethereum/sdk/js",
"target_chains/ethereum/sdk/solidity",
"target_chains/ethereum/examples/coin_flip/app",
"target_chains/ethereum/examples/oracle_swap/app",
"target_chains/sui/sdk/js",
"target_chains/sui/cli",
"target_chains/solana/sdk/js/solana_utils",
"target_chains/solana/sdk/js/pyth_solana_receiver",
"contract_manager"
],
"dependencies": {
"pre-commit": "^1.2.2",
"prettier": "2.7.1"
},
"devDependencies": {
"lerna": "^6.4.1"
},
"version": "0.0.1"
}