-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.41 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
{
"name": "embrasure",
"version": "1.0.10",
"description": "Embrasure Secrets Manager Core Features",
"main": "index.js",
"bin": {
"embrasure": "./bin/cli.js"
},
"type": "module",
"scripts": {
"test": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Embrasure-Secrets/embrasure.git"
},
"keywords": [
"secrets management"
],
"author": "Embrasure-Secrets",
"license": "MIT",
"bugs": {
"url": "https://github.com/Embrasure-Secrets/embrasure/issues"
},
"homepage": "https://github.com/Embrasure-Secrets/embrasure#readme",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.0.3"
},
"dependencies": {
"@aws-sdk/client-ec2": "^3.433.0",
"@aws-sdk/client-iam": "^3.438.0",
"@aws-sdk/client-rds": "^3.433.0",
"@aws-sdk/rds-signer": "^3.438.0",
"axios": "^1.6.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"find-config": "^1.0.0"
}
}