{
	"name": "nestjs-cloudinary",
	"version": "2.5.0",
	"description": "Cloudinary module for nestjs",
	"keywords": [
		"cloudinary",
		"config",
		"nestjs"
	],
	"bugs": "https://github.com/rubiin/nestjs-cloudinary/issues",
	"license": "MIT",
	"author": "Rubin Bhandari <roobin.bhandari@gmail.com>",
	"repository": {
		"type": "git",
		"url": "https://github.com/rubiin/nestjs-cloudinary"
	},
	"files": [
		"dist"
	],
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"scripts": {
		"build": "npx rimraf dist tsconfig.build.tsbuildinfo && tsc -p tsconfig.build.json",
		"prepack": "npm run build",
		"format": "oxfmt",
		"format:check": "oxfmt --check **/*.ts",
		"lint": "oxlint",
		"lint:fix": "oxlint --fix",
		"test:watch": "jest --watch",
		"test": "jest --config ./test/jest.json",
		"coverage": "jest --coverage",
		"coveralls": "yarn run coverage --coverageReporters=text-lcov | coveralls"
	},
	"dependencies": {
		"cloudinary": "^2.9.0",
		"sharp": "^0.34.5"
	},
	"devDependencies": {
		"@nestjs/common": "^11.1.19",
		"@nestjs/core": "^11.1.19",
		"@nestjs/testing": "^11.1.19",
		"@rubiin/tsconfig": "^2.0.1",
		"@types/jest": "29.5.12",
		"@types/node": "20.12.11",
		"cz-conventional-changelog": "3.3.0",
		"husky": "^9.1.7",
		"jest": "^30.3.0",
		"lint-staged": "^16.4.0",
		"oxfmt": "^0.45.0",
		"oxlint": "^1.60.0",
		"reflect-metadata": "0.2.2",
		"rimraf": "^6.1.3",
		"rxjs": "^7.8.2",
		"ts-jest": "29.1.2",
		"typescript": "^6.0.3"
	},
	"peerDependencies": {
		"@nestjs/common": ">7.0.0"
	},
	"lint-staged": {
		"*.{js,jsx,ts,tsx}": [
			"oxlint --fix",
			"oxfmt --write"
		],
		"*.{json,md,scss,yaml,yml}": [
			"oxfmt --write"
		]
	},
	"config": {
		"commitizen": {
			"path": "./node_modules/cz-conventional-changelog"
		}
	},
	"readmeFilename": "README.md"
}
