-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 911 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
{
"name": "retweet",
"version": "1.1.4",
"description": "Twitter comme à l'époque",
"main": "src/app.js",
"repository": "https://github.com/paulleflon/retweet.git",
"author": "Paul Leflon",
"license": "MIT",
"private": false,
"scripts": {
"start": "node src/app.js",
"dev": "nodemon -e js -L",
"update": "git reset --hard && git pull && pm2 restart \"Retweet\""
},
"dependencies": {
"bcrypt": "^5.0.1",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"dotenv": "^15.0.0",
"express": "^4.17.2",
"googleapis": "^95.0.0",
"html-escaper": "^3.0.3",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.2",
"pug": "^3.0.2",
"web-push": "^3.6.7"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1"
}