{
  "name": "aws-client",
  "version": "3.0.6",
  "description": "Minimalist Node.js client for AWS services",
  "main": "./src/index.js",
  "files": [
    "/src"
  ],
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "keywords": [
    "aws",
    "client",
    "api",
    "dynamo",
    "sns"
  ],
  "author": "Chris Sarmiento",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-dynamodb": "^3.142.0",
    "@aws-sdk/client-s3": "^3.142.0",
    "ramda.splitevery": "^0.26.1"
  },
  "devDependencies": {
    "eslint": "^8.21.0",
    "jest": "^24.7.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chrisgitrepo/aws-client.git"
  },
  "homepage": "https://github.com/chrisgitrepo/aws-client#readme",
  "bugs": {
    "url": "https://github.com/chrisgitrepo/aws-client/issues"
  }
}
