-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 924 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
35
36
37
38
39
40
{
"name": "haven-secrets-cli",
"version": "1.0.1",
"description": "CLI client for Haven Secrets Manager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"centralized secrets",
"secrets management",
"aws",
"haven",
"haven-secrets"
],
"contributors": [
"Adam Isom <[email protected]>",
"arpodol <[email protected]>",
"Dan Marino <[email protected]>",
"Rebecca Nguyen <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/haven-secrets/haven-cli.git"
},
"bugs": {
"url": "https://github.com/haven-secrets/haven-cli/issues"
},
"author": "Haven",
"license": "MIT",
"dependencies": {
"commander": "^6.2.0",
"haven-secrets-core": "^1.0.11",
"prompts": "^2.4.0"
},
"bin": {
"haven": "bin/haven-cli.js"
},
"type": "module"
}