-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"name": "ssm-env-tools",
"version": "0.0.0-development",
"description": "Simplify your CICD pipeline and enhance development ease with these tools designed for managing AWS Systems Manager (SSM) Environment Variables. Effortlessly sync your local environment configurations with AWS SSM, making deployment and development a breeze.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ssm-env-tools": "src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OfirYaron/ssm-env-tools.git"
},
"keywords": [],
"author": "Ofir Yaron",
"license": "ISC",
"bugs": {
"url": "https://github.com/OfirYaron/ssm-env-tools/issues"
},
"homepage": "https://github.com/OfirYaron/ssm-env-tools#readme",
"dependencies": {
"@aws-sdk/client-ssm": "^3.449.0",
"@aws-sdk/client-sts": "^3.461.0",
"dotenv": "^16.3.1",
"readline-sync": "^1.4.10",
"yargs": "^17.7.2"
},
"devDependencies": {
"semantic-release": "^22.0.8"
},
"release": {
"branches": ["main"]
}
}