-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 1.11 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
{
"name": "demex-webapp-config",
"version": "1.0.0",
"description": "demex-webapp-config is a repository to allow frontends to fetch metadata associated with Demex",
"repository": "https://github.com/Switcheo/demex-webapp-config",
"author": "Switcheo <[email protected]>",
"license": "MIT",
"scripts": {
"preinstall": "yarn config set ignore-engines true",
"validate": "pajv validate -s config.schema.json -d \"configs/*.json\" --verbose",
"check-configs": "ts-node scripts/check_configs mainnet testnet devnet",
"upgrade-sdk": "yarn upgrade carbon-js-sdk@latest",
"get-bridges": "ts-node scripts/get_all_bridges",
"get-min-gas-prices": "ts-node scripts/get_all_network_fees",
"get-perp-pool-ids": "ts-node scripts/get_perp_pool_ids",
"get-market-ids": "ts-node scripts/get_market_ids"
},
"dependencies": {
"@cosmjs/tendermint-rpc": "~0.31.3",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"carbon-js-sdk": "^0.11.39",
"long": "^4.0.0",
"node-fetch": "^2.6.1",
"pajv": "^1.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}