{
	"name": "aws-client-s3",
	"version": "1.5.2",
	"description": "A developer-friendly Node.js client for AWS S3",
	"main": "AWSClientS3.js",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/BletchleyTech/aws-client-s3.git"
	},
	"scripts": {
		"lint": "npx eslint .",
		"lintFix": "npx eslint . --fix"
	},
	"keywords": [
		"AWS",
		"S3",
		"Amazon Web Services",
		"Simple Storage Service",
		"S3 client"
	],
	"author": "Bletchley Technological Solutions Inc.",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/BletchleyTech/aws-client-s3/issues"
	},
	"homepage": "https://github.com/BletchleyTech/aws-client-s3#readme",
	"dependencies": {
		"@aws-sdk/client-s3": "^3.154.0",
		"@aws-sdk/s3-request-presigner": "^3.171.0"
	},
	"devDependencies": {
		"eslint": "^8.23.1"
	}
}
