forked from miftahganzz/File-Uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 681 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 681 Bytes
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
{
"name": "file_uploader",
"version": "1.0.0",
"description": "File uploader simple created with nodejs",
"main": "index.js",
"scripts": {
"start": "node ./index.js"
},
"keywords": ["File Uploader", "ITzpire Uploader", "Uploader", "Source Code"],
"author": "Miftah GanzZ",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"express-basic-auth": "^1.2.1",
"multer": "^1.4.5-lts.1",
"fs": "0.0.1-security",
"path": "0.12.7",
"crypto": "1.0.1",
"swagger-ui-express": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/miftahganzz/File-Uploader"
},
"homepage": "https://cdn.itzpire.site"
}