forked from ruimarinho/gsts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.08 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": "gsts",
"version": "2.4.3",
"description": "Google authentication for the AWS Management Console via Amazon's STS service",
"license": "MIT",
"repository": "ruimarinho/gsts",
"author": {
"name": "Rui Marinho",
"email": "[email protected]"
},
"bin": "./index.js",
"files": [
"credentials-manager.js",
"daemonizer.js",
"errors.js",
"index.js",
"logger.js",
"parser.js",
"puppeteer-iframe-plugin.js",
"puppeteer-device-viewport-plugin.js",
"role.js"
],
"keywords": [
"google",
"aws",
"sts",
"authentication",
"auth"
],
"dependencies": {
"aws-sdk": "^2.643.0",
"debug": "^4.1.1",
"env-paths": "^2.2.0",
"ini": "^1.3.5",
"libsaml": "^1.0.0",
"open": "^7.0.3",
"ora": "^4.0.3",
"plist": "^3.0.1",
"prompts": "^2.3.2",
"puppeteer": "^2.1.1",
"puppeteer-extra": "^3.1.9",
"puppeteer-extra-plugin-stealth": "^2.4.9",
"trash": "^6.1.1",
"yargs": "^15.3.1"
},
"devDependencies": {
"jest": "^25.3.0"
},
"scripts": {
"test": "jest"
}
}