forked from dtube/avalon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 939 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": "avalon",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node src/main.js",
"cli": "node src/cli.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"bs58": "^4.0.1",
"cors": "^2.8.4",
"crypto-js": "^3.1.6",
"decay": "^1.0.12",
"express": "^4.16.3",
"log4js": "^3.0.5",
"mongodb": "^3.1.6",
"node-fetch": "^2.2.0",
"run-series": "^1.1.8",
"secp256k1": "^3.5.2",
"signale": "^1.3.0",
"ws": "^1.1.0",
"youtube-info": "^1.3.2"
},
"engines": {
"node": ">=4.3.2"
},
"signale": {
"coloredInterpolation": false,
"displayScope": true,
"displayBadge": true,
"displayDate": false,
"displayFilename": false,
"displayLabel": false,
"displayTimestamp": true,
"underlineLabel": true,
"underlineMessage": false,
"underlinePrefix": false,
"underlineSuffix": false,
"uppercaseLabel": false
}
}