-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 925 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
{
"name": "@transak/egld-elrond-mainnet",
"version": "1.1.0",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"restricted-publish": "npm publish --access restricted"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@elrondnetwork/erdjs": "10.2.5",
"@elrondnetwork/erdjs-network-providers": "0.1.5",
"@elrondnetwork/erdjs-walletcore": "1.0.0",
"bignumber.js": "9.0.1",
"chai": "4.2.0",
"dotenv": "8.2.0",
"joi": "17.6.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"chai": "4.2.0",
"mocha": "7.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Transak/eGLD-elrond-mainet.git"
},
"bugs": {
"url": "https://github.com/Transak/eGLD-elrond-mainet/issues"
},
"homepage": "https://github.com/Transak/eGLD-elrond-mainet#readme",
"description": ""
}