cdk-multi-profile-plugin
Version:
Adds multi profile/account, mfa and aws sso support to cdk apps
70 lines (69 loc) • 1.67 kB
JSON
{
"name": "cdk-multi-profile-plugin",
"version": "2.1.0",
"description": "Adds multi profile/account, mfa and aws sso support to cdk apps",
"keywords": [
"aws",
"cdk",
"profile",
"mfa",
"mfaSerial",
"aws sso",
"sso",
"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": "npm run build && npm run test",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"colors": "1.4.0",
"fs-extra": "^9.1.0",
"ini": "^3.0.0",
"inquirer": "^8.2.4",
"lodash.isempty": "^4.4.0"
},
"peerDependencies": {
"aws-cdk": ">=2.15.0",
"aws-sdk": ">=2.1124.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/ini": "^1.3.31",
"@types/inquirer": "^8.2.1",
"@types/jest": "^27.4.1",
"@types/lodash.isempty": "^4.4.6",
"@types/node": "^14.14.31",
"aws-cdk": "^2.15.0",
"aws-sdk": "^2.1125.0",
"jest": "^27.4.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"typescript": "^4.0.2"
},
"awsProfiles": {
"123": "default123",
"435": "default435",
"456": "default123",
"765": "default765"
},
"gitHead": "d0940a5d05d64839e284a28b3497873dbd30326a"
}