-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
67 lines (67 loc) · 1.85 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "millix-core",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel-node index.js",
"debug": "babel-node debug index.js",
"dist": "BABEL_ENV=production webpack --config webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/compat-data": "^7.18.6",
"@babel/core": "^7.19.6",
"@babel/node": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.18.6",
"babel-loader": "^8.2.5",
"babel-plugin-transform-import-meta": "^2.2.0",
"better-queue": "^3.8.10",
"copy-webpack-plugin": "^9.1.0",
"node-uuid": "^1.4.8",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@babel/register": "7.8.3",
"async": "^2.6.2",
"bindings": "^1.5.0",
"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",
"busboy": "^1.6.0",
"cors": "^2.8.5",
"crypto-random-string": "^3.0.1",
"eciesjs": "^0.3.14",
"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": "^5.1.2",
"thirty-two": "^1.0.1",
"utf-8-validate": "^5.0.2",
"winston": "^3.7.2",
"ws": "^6.2.1",
"yargs": "^13.2.2"
}
}