forked from dogethereum/dogethereum-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 916 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": "dogethereum-tools",
"version": "0.0.2",
"description": "",
"directories": {
"test": "test"
},
"dependencies": {
"bitcoind-rpc": "^0.8.1",
"bitcoinjs-lib": "^5.2.0",
"bitcore-lib": "^0.13.9",
"ethers": "^5.4.6",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/yargs": "^16.0.0",
"eslint": "^7.21.0",
"prettier": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"prettier": "prettier --write --list-different \"*.js\" \"user/*.js\" \"operator/*.js\" \"development/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/dogethereum/dogethereum-tools.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dogethereum/dogethereum-tools/issues"
},
"homepage": "https://github.com/dogethereum/dogethereum-tools#readme"
}