{
  "name": "cypress-aws-secrets-manager",
  "version": "2.3.3",
  "description": "Cypress Plugin | Integrate the power of AWS Secrets Manager seamlessly into your Cypress tests with the cypress-aws-secrets-manager plugin. This lightweight yet powerful plugin facilitates the secure loading of secrets stored in AWS Secrets Manager directly into your Cypress environment variables.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alecmestroni/cypress-aws-secrets-manager.git"
  },
  "keywords": [
    "aws",
    "cypress",
    "secret",
    "secretsmanager",
    "aws-secrets-manager",
    "env"
  ],
  "author": "alec-js",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alecmestroni/cypress-aws-secrets-manager/issues"
  },
  "homepage": "https://github.com/alecmestroni/cypress-aws-secrets-manager#readme",
  "dependencies": {
    "@aws-sdk/client-secrets-manager": "^3.637.0",
    "@aws-sdk/credential-providers": "^3.637.0",
    "chalk": "^4.1.2",
    "number-to-words": "^1.2.4"
  },
  "devDependencies": {
    "typescript": "^5.2.2"
  }
}