forked from cosmostation/cosmosjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.22 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@cosmostation/cosmosjs",
"version": "0.11.2",
"description": "A JavasSript Open Source Library for Cosmos(ATOM).",
"main": "src/index.js",
"type": "module",
"engines": {
"node": ">=14.0.0"
},
"keywords": [
"cosmosjs",
"cosmos",
"tendermint",
"javascript",
"atom",
"cosmostation",
"iris",
"iov",
"starname",
"secret",
"scrt",
"akash",
"akt",
"stargate",
"cryptoorg",
"juno"
],
"scripts": {
"start": "node --es-module-specifier-resolution=node example/cosmoshub.js",
"test": "mocha --es-module-specifier-resolution=node"
},
"author": "Cosmostation",
"license": "MIT",
"dependencies": {
"ansi-regex": "^5.0.1",
"bech32": "^1.1.3",
"bip32": "^2.0.5",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^4.0.2",
"google-protobuf": "^3.14.0",
"lodash": "^4.17.21",
"node-fetch": "^3.1.1",
"protobufjs": "^6.10.2",
"request": "^2.88.2",
"secp256k1": "^3.8.0"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/helper-module-transforms": "^7.14.0",
"@babel/types": "^7.14.1",
"babelify": "^10.0.0",
"browser-resolve": "^2.0.0",
"esmify": "^2.1.1",
"mocha": "^7.2.0"
}
}