-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.82 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": "upload.3speak.online",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "cross-env node ./bin/www",
"dev": "cross-env ENV=dev node --trace-warnings ./bin/www",
"transpile": "babel ./server --out-dir dist-server"
},
"type": "module",
"dependencies": {
"@google-cloud/firestore": "^5.0.2",
"@hiveio/dhive": "^1.2.0",
"@hiveio/hive-js": "^2.0.4",
"@mux/mux-node": "^2.8.1",
"@nftstorage/ipfs-cluster": "github:3speaknetwork/ipfs-cluster",
"@sentry/node": "^5.30.0",
"@web-std/fetch": "^3.0.3",
"@web-std/file": "^1.1.4",
"@web-std/form-data": "^3.0.2",
"amqplib": "^0.6.0",
"aws-sdk": "^2.1133.0",
"axios": "^0.20.0",
"base58-js": "^1.0.4",
"connect-mongo": "^2.0.3",
"cookie-parser": "^1.4.6",
"crypto-price": "0.0.6",
"debug": "^2.6.9",
"dids": "^2.4.3",
"dotenv": "^15.0.1",
"execa": "^7.2.0",
"express": "^4.16.4",
"express-rate-limit": "^5.5.1",
"express-session": "^1.17.3",
"form-data": "^4.0.0",
"hivesigner": "^3.2.7",
"http-errors": "^1.6.3",
"ipfs-cluster-api": "0.0.9",
"jsonwebtoken": "^8.5.1",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.4.4",
"langdetect": "^0.2.1",
"md5": "^2.3.0",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"mongoose": "^5.11.20",
"morgan": "^1.9.1",
"mssql": "^5.1.5",
"multer": "^1.4.4",
"multiformats": "^9.6.5",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.16",
"ordinal": "^1.0.3",
"query-string": "^6.14.1",
"randomstring": "^1.2.2",
"secure-random-string": "^1.1.3",
"slug": "^1.1.0",
"steem": "^0.7.11",
"steemconnect": "^2.0.1",
"twig": "^0.10.3",
"unique-slug": "^2.0.2",
"xss": "^1.0.11"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}