UNPKG

nestjs-alicloud-oss

Version:

Alicloud OSS(Object Storage Service) module for NestJS framework (node.js)

71 lines (70 loc) 1.97 kB
{ "name": "nestjs-alicloud-oss", "version": "1.0.1", "description": "Alicloud OSS(Object Storage Service) module for NestJS framework (node.js)", "author": "Zhou Zhenzhou(275028888@qq.com)", "license": "MIT", "keywords": [ "NestJS", "Alicloud", "oss", "storage", "nodejs" ], "repository": { "type": "git", "url": "git+https://github.com/YuchenWell/nestjs-alicloud-oss.git" }, "bugs": { "url": "https://github.com/YuchenWell/nestjs-alicloud-oss/issues" }, "main": "./dist/index.js", "scripts": { "test": "jest", "prebuild": "rimraf dist", "build": "npm run prebuild && tsc -p tsconfig.json", "major": "npm run release -- --release-as major", "minor": "npm run release -- --release-as minor", "patch": "npm run release -- --release-as patch", "release": "standard-version", "publish": "npm run build && npm publish --access public" }, "dependencies": { "ali-oss": "^6.9.1" }, "peerDependencies": { "@nestjs/common": "^6.0.0", "@nestjs/core": "^6.0.0", "@nestjs/platform-express": "^6.0.0" }, "devDependencies": { "@types/ali-oss": "^6.0.5", "@nestjs/common": "7.1.3", "@nestjs/core": "7.1.3", "@nestjs/platform-express": "7.1.3", "@types/jest": "^26.0.0", "@types/node": "14.0.13", "husky": "4.2.5", "jest": "^26.0.1", "lint-staged": "10.2.10", "mock-stdin": "^1.0.0", "prettier": "2.0.5", "ts-jest": "^26.1.0", "ts-morph": "7.1.1", "reflect-metadata": "^0.1.13", "rimraf": "3.0.2", "standard-version": "8.0.0", "@typescript-eslint/eslint-plugin": "3.2.0", "@typescript-eslint/parser": "3.2.0", "eslint": "7.2.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-import": "2.21.2", "typescript": "3.9.5" }, "lint-staged": { "*.ts": [ "prettier --write", "git add" ] } }