@st4rbugs/multer-minio-storage
Version:
Multer Minio Streaming Storage With Hooks and Middleware for Buffer Transformation
63 lines • 1.72 kB
JSON
{
"name": "@st4rbugs/multer-minio-storage",
"version": "0.1.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": {
"require": "./dist/index.d.ts",
"import": "./dist/index.d.mts"
},
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"sideEffects": false,
"license": "MIT",
"files": [
"dist/**"
],
"devDependencies": {
"@types/express": "^5.0.0",
"@types/multer": "^1.4.12",
"@types/node": "^20.11.24",
"eslint": "^9.17.0",
"tsup": "^8.0.2",
"typescript": "5.5.4",
"@st4rbugs/eslint-config": "0.0.1",
"@st4rbugs/ts-config": "0.0.1"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"express": "^4.21.2",
"minio": "^8.0.3",
"multer": "1.4.5-lts.1"
},
"description": "Multer Minio Streaming Storage With Hooks and Middleware for Buffer Transformation",
"repository": {
"type": "git",
"url": "git+https://github.com/anurag-bharati/rootnode.git#main"
},
"keywords": [
"multer",
"minio",
"multer-storage",
"streaming-storage"
],
"author": "Anurag Bharati",
"bugs": {
"url": "https://github.com/anurag-bharati/rootnode/issues"
},
"homepage": "https://github.com/anurag-bharati/rootnode/tree/main#readme",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"lint": "eslint --cache --max-warnings=0 src",
"lint:fix": "eslint --fix --cache --max-warnings=0 src",
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist && rimraf .eslintcache"
}
}