forked from UCRegistry/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 871 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
25
26
27
28
29
30
31
{
"name": "interchain-registry",
"version": "1.0.0",
"description": "Standardized registry for multi-interface blockchains",
"private": true,
"main": "index.js",
"scripts": {
"build": "node ./scripts/build-api.js",
"deploy": "firebase deploy --project universal-chain-registry --only hosting:universal-chain-registry",
"parse": "node ./scripts/parse.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bignumber.js": "^9.0.0",
"dotenv": "^8.0.0",
"lodash.sortby": "^4.7.0",
"ora": "^3.4.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"firebase-tools": "^7.3.0"
}
}