signum-nestjs-minio-client
Version:
Minio module for NestJS framework
75 lines (74 loc) • 1.95 kB
JSON
{
"name": "signum-nestjs-minio-client",
"version": "2.0.0",
"description": "Minio module for NestJS framework",
"author": {
"name": "Signum",
"email": "c@sgnm.com"
},
"maintainers": [
{
"name": "sgnm",
"email": "c@sgnm.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/HadiAlizade77/nestjs-minio-client"
},
"bugs": {
"url": "https://github.com/HadiAlizade77/nestjs-minio-client"
},
"private": false,
"keywords": [
"nestjs",
"minio",
"minio-client-sdk",
"nestjs-minio",
"nestjs-minio-client"
],
"source": "lib/index.ts",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc && npm run build:index",
"build:index": "rimraf ./index.js ./index.d.ts && tsc -d --skipLibCheck ./index.ts",
"format": "prettier **/**/*.ts --ignore-path ./.prettierignore --write && git status",
"prepublishOnly": "npm run format && npm run build",
"postversion": "git push && git push --tags",
"_postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"dependencies": {
"minio": "7.0.30",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@types/minio": "^7.0.13",
"@nestjs/common": "^9.0.11",
"@nestjs/core": "^9.0.11",
"@nestjs/testing": "^9.0.11",
"@types/jest": "^28.1.7",
"@types/node": "^18.7.10",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"jest": "^28.1.3",
"lint-staged": "^13.0.3",
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4"
}
}