-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 888 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
{
"name": "cdn",
"version": "1.0.0",
"description": "images & videos host api with simple panel to upload files",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HazemMeqdad/cdn.git"
},
"keywords": [
"cdn",
"image-host"
],
"author": "hazemmeqdad",
"license": "ISC",
"bugs": {
"url": "https://github.com/HazemMeqdad/cdn/issues"
},
"homepage": "https://github.com/HazemMeqdad/cdn#readme",
"dependencies": {
"axios": "^1.6.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.2",
"fs": "^0.0.1-security",
"mongoose": "^8.0.0",
"morgan": "^1.10.0",
"request": "^2.88.2"
}
}