aws-secrets-manager-cache
Version:
A package to help you out when wanting to cache items from AWS Secrets Manager.
49 lines (48 loc) • 1.26 kB
JSON
{
"name": "aws-secrets-manager-cache",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"clean": "rimraf build/ dist/",
"prebuild": "npm run clean",
"build": "tsc -p tsconfig.json",
"postbuild": "copyfiles -u 2 \"./build/src/*.*\" ./dist/",
"prepublishOnly": "npm test && npm run build",
"release": "standard-version"
},
"author": "Cassidy Bandy",
"homepage": "https://github.com/c-bandy/aws-secrets-manager-cache#readme",
"repository": {
"type": "git",
"url": "https://github.com/c-bandy/aws-secrets-manager-cache.git"
},
"bugs": {
"url": "https://github.com/c-bandy/aws-secrets-manager-cache/issues"
},
"keywords": [
"aws-sdk",
"secretsmanager"
],
"license": "Unlicense",
"peerDependencies": {
"aws-sdk": "^2.x"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"@types/sinon": "^9.0.0",
"aws-sdk": "^2.654.0",
"aws-sdk-mock": "^5.1.0",
"copyfiles": "^2.2.0",
"jest": "^25.2.7",
"jest-date-mock": "^1.0.8",
"rimraf": "^3.0.2",
"sinon": "^9.0.1",
"standard-version": "^7.1.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
},
"dependencies": {}
}