-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 978 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
41
{
"name": "haven-secrets-core",
"version": "1.0.11",
"description": "Core for Haven, the easy to use centralized secrets manager.",
"main": "src/havenCore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"centralized secrets",
"secrets management",
"aws",
"haven",
"haven-secrets"
],
"author": "haven",
"license": "MIT",
"bin": {
"haven-core": "bin/haven.js"
},
"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.git"
},
"bugs": {
"url": "https://github.com/haven-secrets/haven/issues"
},
"dependencies": {
"@aws-crypto/client-node": "^2.0.0",
"aws-sdk": "^2.788.0",
"minimist": "^1.2.5",
"uuid": "^8.3.1"
},
"type": "module"
}