-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 935 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
{
"name": "golos_wallet",
"version": "0.4.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "node ./tests/generator.js && mocha ./tests/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GolosChain/cyberway.golos_wallet.git"
},
"author": "golos.io",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/GolosChain/cyberway.golos_wallet/issues"
},
"homepage": "https://github.com/GolosChain/cyberway.golos_wallet",
"dependencies": {
"base58check": "^2.0.0",
"cyberway-core-service": "^3.52.6-1",
"cyberwayjs": "^20.0.0-beta8",
"eosjs-ecc": "^4.0.4",
"gls-core-service": "^3.51.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.0",
"node-nats-streaming": "^0.2.2",
"text-encoding": "^0.7.0",
"then-sleep": "^1.0.1"
},
"devDependencies": {
"prettier": "^1.18.2"
}
}