-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1008 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
42
{
"name": "tomoxjs",
"version": "0.5.9",
"description": "TomoX Relayer Javascript SDK",
"keywords": [
"tomox",
"tomoxjs",
"tomox-cli",
"tomochain"
],
"repository": {
"type": "git",
"url": "https://github.com/tomochain/tomoxjs.git"
},
"bugs": {
"url": "http://github.com/tomochain/tomoxjs/issues"
},
"main": "index.js",
"scripts": {
"lint": "eslint --cache ./ --ext .js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"bin": {
"tomox-cli": "tomox-cli"
},
"author": "",
"license": "MIT",
"dependencies": {
"bignumber.js": "^9.0.0",
"commander": "^4.1.1",
"dotenv": "^8.2.0",
"ethers": "^4.0.37",
"inquirer": "^7.0.0",
"request": "^2.88.0",
"url-join": "^4.0.1",
"ws": "^7.2.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-promise": "^4.2.1"
}
}