forked from hexxagon-io/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 760 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 760 Bytes
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
{
"name": "hexxagon-chain-registry",
"version": "1.0.2",
"description": "🛰️ Hexxagon Chain Registry",
"main": "index.js",
"scripts": {
"build": "node legacy.js && node index.js",
"prettier": "prettier --write './**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexxagon-io/chain-registry.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hexxagon-io/chain-registry/issues"
},
"homepage": "https://github.com/hexxagon-io/chain-registry#readme",
"dependencies": {
"@keplr-wallet/crypto": "^0.11.32",
"@hexxagon/feather.js": "^1.0.9-beta.8",
"buffer": "^6.0.3",
"glob": "^8.0.3",
"glob-promise": "^6.0.1",
"request": "^2.88.2"
}
}