{
  "name": "ssm-updater",
  "version": "0.1.3",
  "description": "A CLI tool to update AWS SSM parameters",
  "author": "Michael Wittig <michael@widdix.de>",
  "license": "Apache-2.0",
  "dependencies": {
    "aws-sdk": "2.1552.0",
    "docopt": "0.6.2",
    "proxy-agent": "6.3.1"
  },
  "devDependencies": {
    "pkg": "5.8.1",
    "eslint": "8.56.0"
  },
  "scripts": {
    "test": "eslint .",
    "package": "pkg package.json --targets node18-linux-x64,node18-macos-x64,node18-win-x64"
  },
  "bin": "index.js",
  "pkg": {
    "assets": "cli.tx"
  }
}
