-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"type": "module",
"scripts": {
"start": "nodemon index.ts",
"devStart": "node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"bip44": "0.0.1",
"bip84": "^0.2.7",
"bitcoinjs-lib": "5.2",
"body-parser": "^1.19.0",
"buffer-reverse": "^1.0.1",
"coinselect": "^3.1.12",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"ecpair": "^1.0.1",
"electrum-client": "0.0.6",
"electrum-host-parse": "^0.1.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^9.1.3",
"node-fetch": "^2.6.6",
"nodemon": "^2.0.12",
"regtest-client": "^0.2.0",
"tiny-secp256k1": "^2.1.2",
"xhr2": "^0.2.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/crypto-js": "^4.0.2",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.6"
}
}