{
  "name": "cdk-assume-role-plugin",
  "version": "1.2.0",
  "description": "Adds assume role and mfa support to cdk apps",
  "keywords": [
    "aws",
    "cdk",
    "profile",
    "mfa",
    "mfaSerial",
    "multi-account",
    "plugin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hupe1980/cdk-multi-profile-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/hupe1980/cdk-multi-profile-plugin/issues"
  },
  "homepage": "https://github.com/hupe1980/cdk-multi-profile-plugin#readme",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "rimraf lib && tsc",
    "build:watch": "rimraf lib && tsc -w",
    "prepare": "yarn build && yarn test",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "colors": "^1.4.0",
    "fs-extra": "^9.0.0",
    "inquirer": "^7.1.0",
    "lodash.isempty": "^4.4.0"
  },
  "peerDependencies": {
    "aws-cdk": ">=1.10.0",
    "aws-sdk": ">=2.500.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.1",
    "@types/inquirer": "^7.3.1",
    "@types/jest": "^26.0.13",
    "@types/lodash.isempty": "^4.4.6",
    "@types/node": "^12.12.38",
    "aws-cdk": "^1.62.0",
    "aws-sdk": "^2.739.0",
    "jest": "^26.4.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.3.0",
    "typescript": "^4.0.2"
  },
  "gitHead": "60d8e21d716bba55f901552897d828e4ea60c4a3"
}
