forked from dharijanto/multer-proxy-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.04 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "multer-savefilesorg",
"version": "1.0.2",
"description": "Forward multipart/form-data file upload into a savefiles.org drive.",
"main": "index.js",
"exports": {
".": {
"default": {
"default": "./index.js"
}
}
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Michael Hammond",
"email": "[email protected]",
"url": "https://mickeymond.xyz"
},
"homepage": "https://github.com/mickeymond/multer-savefilesorg",
"repository": {
"bugs": {
"url": "https://github.com/mickeymond/multer-savefilesorg/issues"
},
"type": "git",
"url": "git://github.com/mickeymond/multer-savefilesorg.git"
},
"license": "MIT",
"dependencies": {
"axios": "^1.6.8",
"concat-stream": "^2.0.0",
"form-data": "^4.0.0"
},
"keywords": [
"multer",
"savefiles",
"storage",
"engine",
"form",
"post",
"multipart",
"form-data",
"formdata",
"express",
"middleware"
]
}