-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 959 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
34
35
36
37
38
{
"name": "ez-uploader.de",
"version": "1.0.0",
"description": "An Image/Text upload service which provides a bunch of extras and should integrate with ShareX",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jodu555/ez-uploader.de.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jodu555/ez-uploader.de/issues"
},
"homepage": "https://github.com/Jodu555/ez-uploader.de#readme",
"dependencies": {
"@jodu555/mysqlapi": "^4.0.7",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"helmet": "^6.0.1",
"joi": "^17.7.0",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.8.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}