eip-cloud-services
Version:
Houses a collection of helpers for connecting with Cloud services.
28 lines (27 loc) • 713 B
JSON
{
"name": "eip-cloud-services",
"version": "1.1.14",
"description": "Houses a collection of helpers for connecting with Cloud services.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Oliver Edgington <oliver@edgington.com>",
"license": "ISC",
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^9.1.1",
"mocha": "^10.2.0"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.354.0",
"@aws-sdk/client-lambda": "^3.356.0",
"@aws-sdk/client-s3": "^3.354.0",
"@aws-sdk/client-secrets-manager": "^3.354.0",
"config": "^3.3.9",
"google-auth-library": "^8.8.0",
"ioredis": "^5.3.2",
"mysql": "^2.18.1",
"redis": "^4.6.7"
}
}