-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.34 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
{
"name": "playpoint-pusher",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/jckamaicha/playpoint-pusher.git",
"author": "theboringschool <theboringschool.org@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@treblle/express": "^0.0.2",
"@truffle/hdwallet-provider": "^2.1.2",
"bcrypt": "^5.0.1",
"bluebird": "^3.7.2",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.7.2",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^6.6.0",
"fastest-levenshtein": "^1.0.16",
"find-config": "^1.0.0",
"helmet": "^6.0.0",
"imagekit": "^4.1.1",
"ioredis": "^5.2.4",
"jsonwebtoken": "^8.5.1",
"mongo-sanitize": "^1.1.0",
"mongoose": "^6.6.3",
"mongoose-ttl": "^0.0.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"pusher": "^5.1.1-beta",
"socket.io": "^4.5.2",
"tronweb": "^5.0.0",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"nodemon": "2.0.20"
},
"optionalDependencies": {
"bufferutil": "^4.0.6",
"utf-8-validate": "^5.0.9"
}
}