{
  "name": "aws-ssm-manager",
  "version": "1.2.1",
  "description": "Manage Parameter Store Secrets in AWS",
  "repository": {
    "type": "git",
    "url": "git@github.com:rkutsel/aws-ssm-manager.git"
  },
  "type": "module",
  "node": ">=14.16",
  "bin": "app.js",
  "scripts": {
    "start": "node app.js",
    "prepare": "husky install",
    "lint": "npx rome check ./",
    "format": "npx rome format --write ./"
  },
  "author": "Roman Kutsel",
  "license": "MIT",
  "dependencies": {
    "@aws-sdk/client-ssm": "3.540.0",
    "gradient-string": "^2.0.2",
    "inquirer": "^9.2.17"
  },
  "keywords": [
    "aws",
    "aws-cli",
    "aws-ssm",
    "parameter-store",
    "secrests-manager"
  ],
  "devDependencies": {
    "husky": "^9.0.11",
    "rome": "^12.1.3"
  }
}
