forked from tilfinltd/aws-extend-switch-roles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 928 Bytes
/
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
{
"name": "aws-extend-switch-roles",
"version": "2.3.2",
"description": "Extend your AWS IAM switching roles by Chrome extension",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"archive": "npm run build; ./bin/archive.sh",
"build": "./bin/build.sh",
"test": "mocha --timeout 10000 test/lib/*.test.js",
"test_ci": "",
"coverage": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tilfinltd/aws-extend-switch-roles.git"
},
"author": "Toshimitsu Takahashi (Tilfin Ltd.)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tilfinltd/aws-extend-switch-roles/issues"
},
"homepage": "https://github.com/tilfinltd/aws-extend-switch-roles#readme",
"devDependencies": {
"chai": "^4.3.4",
"jsdom": "^19.0.0",
"mocha": "^9.1.3",
"playwright": "^1.17.2",
"rollup": "^2.63.0"
},
"type": "module"
}