-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 754 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 754 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
27
28
29
30
31
32
{
"name": "@namatery/multer-minio",
"version": "1.1.2",
"main": "dist/index.js",
"description": "A simple storage engine for Multer to upload files on Minio storage.",
"homepage": "https://github.com/namatery/multer-minio",
"types": "./dist/index.d.ts",
"repository": {
"type": "github",
"url": "https://github.com/namatery/multer-minio"
},
"scripts": {
"build": "npx tsc"
},
"keywords": [
"multer",
"minio",
"storage-engine"
],
"author": "Alireza Rezapour",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/minio": "^7.1.1",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.2",
"typescript": "^5.4.3"
}
}