-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "sm-dbchain-js-client",
"version": "1.0.1",
"description": "Javascript client implementation with orm for dbChain cloud service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1134617484/sm-dbchain-js-client.git"
},
"keywords": [
"npm",
"dbchain",
"dbchaincloud"
],
"author": "XIAO YAO",
"license": "ISC",
"bugs": {
"url": "https://github.com/1134617484/sm-dbchain-js-client/issues"
},
"homepage": "https://github.com/1134617484/sm-dbchain-js-client#readme",
"devDependencies": {
"babel-eslint": "^10.1.0"
},
"dependencies": {
"@tendermint/belt": "^0.2.1",
"axios": "^0.21.1",
"bech32": "^1.1.3",
"bip32": "^2.0.5",
"bip39": "^3.0.2",
"bs58": "^4.0.1",
"cids": "^1.1.4",
"create-hash": "^1.2.0",
"crypto-js": "^4.0.0",
"js-base64": "^2.5.2",
"secp256k1": "^4.0.0"
}
}