nestjs-storage-blob
Version:
Azure Blob Storage module for Nest.js
98 lines (97 loc) • 2.44 kB
JSON
{
"name": "nestjs-storage-blob",
"version": "2.1.0",
"description": "Azure Blob Storage module for Nest.js",
"author": {
"email": "thilllon970@gmail.com",
"name": "thilllon",
"url": "https://github.com/thilllon"
},
"license": "MIT",
"packageManager": "pnpm@7.32.3",
"repository": {
"type": "git",
"url": "https://github.com/thilllon/nestjs-storage-blob.git"
},
"contributors": [
{
"name": "thilllon",
"email": "thilllon970@gmail.com"
}
],
"bugs": {
"url": "https://github.com/thilllon/nestjs-storage-blob/issues"
},
"keywords": [
"nest",
"nestjs",
"storage",
"sas",
"blobSAS",
"containerSAS",
"accountSAS",
"azure",
"presigned url",
"uplaod",
"@azure/storage-blob",
"@nest/azure-storage"
],
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "husky install && chmod +x .husky/*",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"prebuild": "rm -rf dist",
"build": "tsup",
"build:tsc": "tsc",
"format": "prettier -w -l .",
"lint": "eslint . --fix",
"test": "jest",
"release": "release-it"
},
"dependencies": {
"@nestjs/common": "^9.4.0"
},
"devDependencies": {
"@azure/storage-blob": "^12.14.0",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@jest/globals": "^29.5.0",
"@nestjs/core": "^9.4.0",
"@nestjs/testing": "^9.4.0",
"@release-it/conventional-changelog": "^5.1.1",
"@types/node": "^20.1.0",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"axios": "^1.4.0",
"commitizen": "^4.3.0",
"commitlint": "^17.6.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.0.3",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"git-cz": "^4.9.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"reflect-metadata": "^0.1.13",
"release-it": "^15.10.3",
"rxjs": "^7.8.1",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"webpack": "^5.82.0"
}
}