forked from anacronw/multer-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1003 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
39
40
41
42
43
44
{
"name": "@kustomer/multer-s3",
"version": "3.0.1",
"description": "Kustomer fork of badunk/multer-s3 with newer file-type dependency",
"main": "index.js",
"scripts": {
"test": "standard && mocha test/basic.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kustomer/multer-s3.git"
},
"keywords": [
"multer",
"s3",
"amazon",
"aws"
],
"author": "kustomer",
"license": "MIT",
"bugs": {
"url": "https://github.com/kustomer/multer-s3/issues"
},
"homepage": "https://github.com/kustomer/multer-s3#readme",
"dependencies": {
"file-type": "7.7.1",
"run-parallel": "^1.1.6"
},
"devDependencies": {
"aws-sdk": "^2.814.0",
"concat-stream": "^1.5.1",
"express": "^4.19.2",
"form-data": "^1.0.0-rc3",
"mocha": "^10.4.0",
"multer": "^1.1.0",
"on-finished": "^2.3.0",
"standard": "17.1.0",
"xtend": "^4.0.1"
},
"overrides": {
"lodash": "4.17.21",
"minimist": "^1.2.6"
}
}