forked from Switcheo/demex-webapp-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 833 Bytes
/
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
{
"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": {
"validate": "pajv validate -s config.schema.json -d \"configs/*.json\" --verbose",
"check-configs": "ts-node scripts/check_configs",
"update-total-supply": "ts-node scripts/update_ibc_total_supply"
},
"dependencies": {
"@cosmjs/tendermint-rpc": "^0.29.4",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"carbon-js-sdk": "^0.3.1",
"long": "^4.0.0",
"node-fetch": "^2.6.1",
"pajv": "^1.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}