-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.07 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.07 KB
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
{
"name": "src-elibrary",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "16.x"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amainooti/src-e-library.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amainooti/src-e-library/issues"
},
"homepage": "https://github.com/amainooti/src-e-library#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.32.0",
"colors": "^1.4.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.2",
"exiftool": "^0.0.3",
"express": "^4.18.1",
"express-session": "^1.17.3",
"handlebars": "^4.7.7",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0",
"path": "^0.12.7",
"pdf2pic": "^2.1.4",
"streamifier": "^0.1.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}