-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
{
"name": "hmy-bridge-cli",
"version": "3.0.3",
"description": "hmy-bridge-cli",
"main": "./lib/start.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rimraf lib && tsc",
"test": "node lib/examples/example.js"
},
"bin": {
"hmy-bridge-cli": "./lib/start.js"
},
"repository": {
"type": "git",
"url": "https://github.com/harmony-one/ethhmy-bridge.sdk"
},
"keywords": [],
"author": "harmony",
"license": "ISC",
"devDependencies": {
"@types/bip39": "^3.0.0",
"@types/hdkey": "^0.7.1",
"@types/signale": "^1.4.1",
"@types/uuid": "^10.0.0",
"@types/websocket": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"dotenv": "^8.2.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.5.0",
"nodemon": "^2.0.4",
"prettier": "^2.1.2",
"rimraf": "^3.0.0",
"signale": "^1.4.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"dependencies": {
"bignumber.js": "^9.0.1",
"commander": "^12.1.0",
"superagent": "^3.8.3",
"uuid": "^10.0.0",
"web3": "^1.3.0",
"tslib": "^1.10.0",
"bn.js": "^5.1.3"
}
}