{
  "name": "aws-ssm",
  "version": "0.4.0",
  "description": "aws-ssm",
  "license": "MIT",
  "repository": "https://github.com/inocan-group/aws-ssm",
  "author": "Ken Snyder <ken@ken.net>",
  "keywords": [
    "typescript",
    "aws",
    "ssm"
  ],
  "files": [
    "dist",
    "package.json",
    "tsconfig-es.json"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "typings": "dist/es/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "lint": "tslint --force --format verbose \"src/**/*.ts\"",
    "build": "yarn clean && tsc && tsc -p tsconfig-es.json",
    "test": "./node_modules/.bin/ts-node ./scripts/test.ts "
  },
  "devDependencies": {
    "@types/chai": "^4.2.0",
    "@types/command-line-args": "^5.0.0",
    "@types/command-line-usage": "^5.0.1",
    "@types/handlebars": "^4.0.40",
    "@types/inquirer": "^0.0.43",
    "@types/js-yaml": "^4.0.2",
    "@types/lodash": "^4.14.119",
    "@types/mocha": "^8.2.3",
    "@types/node": "12",
    "@types/rimraf": "^3.0.0",
    "async-shelljs": "^0.1.2",
    "aws-sdk": "^2.556.0",
    "chai": "^4.2.0",
    "dd": "^0.12.3",
    "handlebars": "^4.7.7",
    "js-yaml": "^4.1.0",
    "lodash.first": "^3.0.0",
    "lodash.last": "^3.0.0",
    "mocha": "^8.2.0",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.0",
    "test-console": "^2.0.0",
    "ts-node": "^10.0.0",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {},
  "engines": {
    "node": ">=10.0.0"
  },
  "dependencies": {
    "common-types": "^1.26.2"
  }
}
