forked from bandprotocol/bandchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1017 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
32
33
34
35
36
37
38
39
40
41
{
"name": "@bandprotocol/bandchain.js",
"version": "1.0.17",
"description": "Library for interacting with BandChain in browser and Node.js environments",
"main": "src/lib/BandChain.js",
"scripts": {
"test": "jest",
"postinstall": "node bin/postinstall"
},
"repository": {
"type": "git",
"url": "https://github.com/bandprotocol/bandchain"
},
"author": "Band Protocol <[email protected]> (https://github.com/bandprotocol)",
"bugs": {
"url": "https://github.com/bandprotocol/bandchain/issues"
},
"homepage": "https://github.com/bandprotocol/bandchain",
"keywords": [
"oracle",
"blokchain",
"cross-chain",
"cosmos-sdk",
"decentralization"
],
"license": "MIT",
"devDependencies": {
"jest": "26.0.1"
},
"dependencies": {
"@bandprotocol/obi.js": "^1.0.5",
"@cosmostation/cosmosjs": "0.5.8",
"axios": "0.19.2",
"delay": "4.3.0"
},
"prettier": {
"trailingComma": "all",
"semi": false,
"singleQuote": true
}
}