-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.05 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
{
"name": "squakr",
"version": "1.10.2",
"description": "",
"main": "app.js",
"dependencies": {
"aws-sdk": "2.x",
"body-parser": "^1.20.1",
"clipboardy": "^2.3.0",
"cloudinary": "^1.23.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.7",
"discord.js": "^12.5.3",
"dotenv": "^5.0.1",
"ejs": "3.x",
"es6-promisify": "^5.0.0",
"express": "^4.21.1",
"express-fileupload": "^1.2.0",
"express-session": "^1.18.1",
"express-validator": "^5.2.0",
"jimp": "^0.22.7",
"md5": "^2.2.1",
"moment": "^2.29.4",
"mongoose": "^5.13.20",
"mongoose-mongodb-errors": "0.0.2",
"mongoose-shortid-nodeps": "^0.6.5",
"multer": "^1.4.2",
"nodemailer": "^6.9.9",
"passport": "^0.4.0",
"passport-local-mongoose": "^5.0.0",
"pug": "^3.0.3",
"uuid": "^3.2.1",
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^3.1.3"
},
"scripts": {
"start": "node ./app.js",
"dev": "nodemon ./app.js"
},
"now": {
"dotenv": "variables.env.now"
},
"keywords": [],
"author": "Nathn",
"license": "MIT"
}