-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@iamarkadyt/aws-auth",
"version": "2.2.4",
"description": "AWS authentication CLI with built-in support for MFA, secure credential storage and easy IAM role switching.",
"scripts": {
"start": "node bin/cli.js"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/iamarkadyt/aws-auth.git"
},
"bin": "bin/cli.js",
"author": "iamarkadyt",
"license": "MIT",
"keywords": [
"aws",
"cli",
"auth",
"login",
"temporary",
"session",
"role",
"iam",
"authentication",
"mfa",
"2fa",
"otp",
"totp",
"terminal",
"shell",
"interactive",
"easy"
],
"dependencies": {
"@aws-sdk/client-sts": "^3.549.0",
"colors": "1.4.0",
"open": "8.2.1",
"prompts": "2.4.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.0",
"prettier": "2.3.2"
}
}