-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
110 lines (110 loc) · 2.92 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "3speak.web",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "ENV=prod node ./bin/www",
"dev": "cross-env ENV=dev DEBUG=threespeak node ./bin/www",
"win": "node ./bin/www",
"lint:check": "eslint ./routes ./*.js",
"lint:fix": "eslint --fix ./routes ./*.js"
},
"dependencies": {
"@hiveio/dhive": "^1.1.0",
"@hiveio/hive-js": "^2.0.4",
"@mux/mux-node": "^2.8.1",
"@sentry/node": "^5.27.5",
"@stripe/stripe-js": "^1.11.0",
"agenda": "^2.3.0",
"amazon-cognito-identity-js": "^4.5.5",
"amqplib": "^0.6.0",
"auth0": "^2.30.0",
"aws-sdk": "^2.797.0",
"axios": "^0.24.0",
"base58-js": "^1.0.0",
"body-parser": "latest",
"btoa": "^1.2.1",
"compression": "^1.7.4",
"connect-memcached": "^1.0.0",
"connect-mongo": "^2.0.3",
"connect-mongodb-session": "^2.4.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto-price": "0.0.6",
"debug": "~2.6.9",
"dotenv": "^15.0.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-winston": "^4.0.5",
"fluent-ffmpeg": "^2.1.2",
"generate-serial-key": "^2.0.0",
"helmet": "^4.2.0",
"hive-content-renderer": "^1.0.3",
"hivesigner": "^3.2.1",
"http-errors": "^1.8.0",
"http-server": "^0.12.3",
"ini": "latest",
"ipfs-http-client": "^52.0.5",
"isbot": "^2.5.7",
"js-base64": "^2.6.4",
"jsonwebtoken": "^8.5.1",
"longjohn": "^0.2.12",
"m3u8": "0.0.8",
"md5": "^2.3.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"mongoose": "^5.11.20",
"mongoose-memcached": "^0.1.4",
"mongoose-redis": "^1.1.1",
"morgan": "^1.10.0",
"mssql": "^5.1.3",
"multer": "^1.4.2",
"mux": "0.0.2",
"node-fetch": "^2.6.5",
"nodemailer": "^6.4.16",
"numeral": "^2.0.6",
"p-queue": "^6.6.2",
"passport": "^0.4.1",
"passport-auth0": "^1.4.0",
"probe-image-size": "^7.2.3",
"query-string": "^6.13.7",
"randomstring": "^1.1.5",
"recachegoose": "^8.1.0",
"request": "latest",
"request-promise": "^4.2.6",
"router": "^1.3.5",
"rss": "^1.2.2",
"secure-random-string": "^1.1.3",
"shelljs": "^0.8.5",
"showdown": "^1.9.1",
"showdown-xss-filter": "^0.2.0",
"steem-content-renderer": "^2.1.1",
"steemconnect": "^2.0.1",
"stripe": "^7.63.1",
"striptags": "^3.1.1",
"tmp": "^0.2.1",
"tronweb": "^2.10.2",
"twas": "^2.1.1",
"twig": "^1.15.3",
"uuid": "^3.3.2",
"ws": "^7.4.0",
"xml": "^1.0.1",
"xmlbuilder": "^15.1.1",
"xss": "^1.0.8"
},
"devDependencies": {
"@types/uuid": "^8.3.1",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"eslint-config-loopback": "^13.1.0",
"jscs": "^3.0.7",
"jsonlint": "^1.6.3",
"mocha": "^7.2.0",
"mongodb": "^3.6.4",
"node-cron": "^2.0.3",
"npm-check": "^5.9.2",
"nyc": "^15.1.0",
"simple-mock": "^0.8.0",
"supertest": "^4.0.2"
}
}