forked from millix/millix-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"name": "millix-core",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node index.js",
"debug": "babel-node debug index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.8.6",
"@babel/compat-data": "^7.8.6",
"@babel/core": "^7.8.6",
"@babel/node": "^7.8.6",
"@babel/plugin-proposal-class-properties": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"better-queue": "^3.8.10",
"node-uuid": "^1.4.8"
},
"dependencies": {
"@babel/register": "7.8.3",
"async": "^2.6.2",
"bitcore-lib": "^8.1.1",
"bitcore-mnemonic": "^8.1.1",
"bittorrent-dht": "^10.0.0",
"body-parser": "^1.19.0",
"bs58": "^4.0.1",
"bufferutil": "^4.0.1",
"cors": "^2.8.5",
"crypto-random-string": "^3.0.1",
"express": "^4.17.1",
"helmet": "^3.18.0",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"jsrsasign": "^8.0.15",
"jwks-rsa": "^1.5.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"nat-api": "^0.3.1",
"ntp-time-sync": "^0.1.0",
"public-ip": "^4.0.1",
"request": "^2.88.0",
"secp256k1": "^3.6.2",
"socks": "^2.3.2",
"sqlite3": "^4.0.6",
"thirty-two": "^1.0.1",
"utf-8-validate": "^5.0.2",
"ws": "^6.2.1",
"yargs": "^13.2.2"
}
}