-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 931 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 931 Bytes
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
{
"name": "awsprofile",
"version": "1.1.2",
"description": "CLI tool to manage AWS profiles",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pdomala/awsprofile.git"
},
"keywords": [
"aws",
"profile",
"mfa"
],
"author": "Prasad Domala",
"license": "ISC",
"bugs": {
"url": "https://github.com/pdomala/awsprofile/issues"
},
"homepage": "https://github.com/pdomala/awsprofile#readme",
"dependencies": {
"aws-sdk": "2.524.0",
"boxen": "^4.1.0",
"chalk": "^2.4.2",
"cli-table3": "^0.5.1",
"configstore": "^5.0.0",
"ini": "^1.3.5",
"inquirer": "^7.0.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"ora": "^3.4.0",
"winston": "^3.2.1",
"yargs": "^14.0.0"
},
"bin": "./index.js"
}