nestjs-s3
Version:
Nest - modern, fast, powerful node.js web framework (@s3)
67 lines (66 loc) • 1.85 kB
JSON
{
"name": "nestjs-s3",
"version": "2.0.1",
"description": "Nest - modern, fast, powerful node.js web framework (@s3)",
"author": "Sviatoslav H",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/svtslv/nestjs-s3"
},
"keywords": [
"nest",
"nestjs",
"s3",
"aws",
"storage"
],
"files": [
"dist",
"index.js",
"index.d.ts"
],
"main": "dist/index.js",
"scripts": {
"fix": "rm -rf node_modules && rm package-lock.json && npm install",
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"format": "prettier --write \"**/*.ts\"",
"lint": "eslint 'lib/**/*.ts' --fix",
"test": "jest --config ./test/jest.config.json --runInBand",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"prepublish:next": "npm run build",
"publish:next": "npm publish --access public --tag next",
"prerelease": "npm run build",
"release": "release-it"
},
"peerDependencies": {
"@aws-sdk/client-s3": ">=3.328.0",
"@nestjs/common": ">=6.7.0",
"@nestjs/core": ">=6.7.0"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.328.0",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@types/jest": "^29.5.1",
"@types/node": "^16.0.0",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"minio": "^7.0.15",
"prettier": "^2.8.8",
"reflect-metadata": "^0.1.13",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.5"
}
}