{
	"name": "leo-aws",
	"version": "4.0.1",
	"description": "Helper wrappers around AWS services, specifically to ease backoff retry and streaming of data into and out of AWS services",
	"main": "index.js",
	"directories": {
		"lib": "lib"
	},
	"scripts": {
		"test1": "jest $NODE_DEBUG_OPTION --coverage",
		"test": "node $NODE_DEBUG_OPTION node_modules/jest/bin/jest.js --coverage --detectOpenHandles"
	},
	"author": "Leo",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/LeoPlatform/leo-aws"
	},
	"keywords": [
		"AWS",
		"streaming",
		"backoff",
		"retry"
	],
	"dependencies": {
		"async": "^2.6.1",
		"backoff": "^2.5.0",
		"leo-config": "1.1.0",
		"leo-logger": "1.0.1",
		"leo-streams": "2.0.0",
		"lodash": "^4.17.14",
		"lodash.merge": "^4.6.2"
	},
	"devDependencies": {
		"jest": "^29.3.1",
		"moment": "^2.22.2",
		"uniqid": "^5.0.3"
	},
	"peerDependencies": {
		"@aws-sdk/client-cloudformation": "^3.470.0",
		"@aws-sdk/client-dynamodb": "^3.449.0",
		"@aws-sdk/client-kms": "^3.474.0",
		"@aws-sdk/client-s3": "^3.445.0",
		"@aws-sdk/client-sqs": "^3.474.0",
		"@aws-sdk/client-secrets-manager": "^3.445.0",
		"@aws-sdk/credential-providers": "^3.474.0",
		"@aws-sdk/lib-dynamodb": "^3.449.0",
		"@aws-sdk/node-http-handler": "^3.374.0"
	}
}
