-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.32 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
53
54
55
56
57
{
"name": "mirri",
"version": "0.0.0",
"description": "Toolkit for automatically rotating aws IAM access keys.",
"main": "index.js",
"files": [
"index.js",
"bin"
],
"scripts": {
"test": "mocha tests/**/*.js -R spec",
"lint": "eslint --ext .js index.js make.js tests"
},
"bin": {
"mirri": "./bin/mirri.js"
},
"dependencies": {
"aws-sdk": "^2.973",
"commander": "2.9.0",
"crontab": "^1.1.3",
"fs-extra": "^2.0.0",
"lodash": "^4.17.21",
"which": "^1.3.0"
},
"devDependencies": {
"chai": "^4.3.4",
"ci-build-tools": "1.0.9",
"eslint": "^7.32.0",
"eslint-config-cimpress-atsquad": "^1.0.67",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"esprima": "2.7.2",
"mocha": "^9.1.2",
"sinon": "^11.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhosys/mirri.js.git"
},
"keywords": [
"aws",
"IAM",
"key rotation",
"secret key management",
"mirri",
"amazon",
"amazon web services"
],
"author": "Rhosys Developers <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rhosys/mirri.js/issues"
},
"homepage": "https://github.com/rhosys/mirri.js"
}