@gravitywelluk/aws
Version:
Library of commonly used AWS wrapper functions to communicate with the AWS SDK
60 lines (59 loc) • 1.5 kB
JSON
{
"name": "@gravitywelluk/aws",
"version": "3.0.2",
"description": "Library of commonly used AWS wrapper functions to communicate with the AWS SDK",
"keywords": [
"gravitywell",
"gravitywelluk",
"aws"
],
"author": "GravitywellUK <technical@gravitywell.co.uk>",
"homepage": "https://github.com/GravitywellUK/packages/tree/master/packages/backend/aws",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GravitywellUK/packages.git"
},
"scripts": {
"build": "tsc -b",
"test": "jest -c ../../../jest.config.js --verbose --no-cache -i",
"test:ci": "yarn test"
},
"bugs": {
"url": "https://github.com/GravitywellUK/packages/issues"
},
"dependencies": {
"@gravitywelluk/error": "^1.0.2",
"@gravitywelluk/validation-utils": "^2.0.2",
"aws-xray-sdk-core": "^3.3.3",
"joi": "^17.4.2",
"nodemailer": "^6.6.3",
"ramda": "^0.27.1",
"ts-enum-util": "^4.0.2"
},
"devDependencies": {
"@types/hapi__joi": "^17.1.7",
"@types/nodemailer": "^6.4.4",
"@types/ramda": "^0.27.44",
"aws-sdk": "^2.970.0"
},
"peerDependencies": {
"aws-sdk": "^2.694.0"
},
"gitHead": "ec73c3bc6023f87501a7bea26a9babe7ea270dd5"
}