nestjs-minio-backend
Version:
NestJS module for MinIO integration
86 lines (85 loc) • 2.09 kB
JSON
{
"name": "nestjs-minio-backend",
"version": "1.0.12",
"description": "NestJS module for MinIO integration",
"author": "Mishhub",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/UtilKit/nestjs-minio-backend.git"
},
"bugs": {
"url": "https://github.com/UtilKit/nestjs-minio-backend/issues"
},
"homepage": "https://github.com/UtilKit/nestjs-minio-backend#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"keywords": [
"nestjs",
"minio",
"s3",
"object-storage",
"backend",
"file-upload",
"storage",
"cloud-storage",
"file-management",
"typescript",
"decorators",
"swagger",
"mongoose"
],
"engines": {
"node": ">=20.15.0"
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.json",
"watch": "tsc --watch",
"dev": "tsc --watch --preserveWatchOutput",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint \"src/**/*.ts\" --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/mongoose": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/swagger": "^8.0.0",
"class-validator": "^0.14.1",
"minio": "^8.0.5",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.14.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
}
}