-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "skilly-backend",
"version": "1.0.0",
"description": "Backend ",
"main": "server.js",
"repository": "D:/FYP/skilly-backend/.git/",
"author": "Imran, Noman",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.26.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.5.1",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.1.0",
"express-rate-limit": "^5.2.6",
"get-video-duration": "^3.1.0",
"handlebars": "^4.7.7",
"helmet": "^4.6.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.7",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.0",
"path": "^0.12.7",
"puppeteer": "^9.1.1",
"slugify": "^1.5.3",
"streamifier": "^0.1.1",
"stripe": "^8.149.0",
"validator": "^13.6.0",
"xss-clean": "^0.1.1"
},
"scripts": {
"start": "node server.js",
"start:dev": "SET NODE_ENV=DEVELOPMENT&&nodemon index.js",
"start:prod": "SET NODE_ENV=production&&nodemon index.js"
},
"devDependencies": {
"morgan": "^1.10.0"
},
"engines": {
"node": ">=10.0.0"
}
}