-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 848 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": "ryandw11images",
"version": "1.0.2",
"description": "The website to handle Ryandw11's images!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ryandw11",
"license": "MIT",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.8",
"bcrypt": "^5.0.1",
"bootstrap": "^4.6.0",
"clipboard": "^2.0.8",
"compression": "^1.7.4",
"connect-redis": "^5.2.0",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.2",
"feather-icons": "^4.28.0",
"handlebars": "^4.7.7",
"helmet": "^3.23.3",
"md5": "^2.3.0",
"mmmagic": "^0.5.3",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.2.6",
"redis": "^4.0.2",
"sanitize-filename": "^1.6.3",
"sqlite3": "^5.0.8",
"uuid": "^8.3.2"
}
}