{
  "name": "@turbot/aws-sdk",
  "author": "Turbot HQ, Inc",
  "description": "Turbot aws-sdk wrapper.",
  "version": "5.16.0",
  "license": "Apache-2.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/turbot/aws-sdk.git"
  },
  "scripts": {
    "coverage": "npx nyc npm test",
    "test": "npx mocha"
  },
  "dependencies": {
    "@turbot/errors": "5.3.0",
    "@turbot/log": "5.5.0",
    "aws4": "1.13.2",
    "aws-sdk": "2.1685",
    "https-proxy-agent": "^5.0.0",
    "lodash": "^4.17.21",
    "micromatch": "4.0.8"
  },
  "devDependencies": {
    "chai": "4.3.10",
    "eslint": "7.28.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-prettier": "3.4.0",
    "eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
    "prettier": "2.3.1",
    "test-console": "1.1.0"
  },
  "eslintConfig": {
    "extends": [
      "plugin:prettier/recommended",
      "eslint:recommended",
      "plugin:you-dont-need-lodash-underscore/compatible"
    ],
    "env": {
      "es6": true,
      "node": true,
      "mocha": true
    },
    "parserOptions": {
      "ecmaVersion": 10
    },
    "rules": {
      "no-console": "off",
      "you-dont-need-lodash-underscore/is-nil": "off"
    }
  },
  "prettier": {
    "printWidth": 120
  }
}
