-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.16 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.16 KB
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": "cypress-aws-secrets-manager",
"version": "2.3.3",
"description": "Cypress Plugin | Integrate the power of AWS Secrets Manager seamlessly into your Cypress tests with the cypress-aws-secrets-manager plugin. This lightweight yet powerful plugin facilitates the secure loading of secrets stored in AWS Secrets Manager directly into your Cypress environment variables.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alecmestroni/cypress-aws-secrets-manager.git"
},
"keywords": [
"aws",
"cypress",
"secret",
"secretsmanager",
"aws-secrets-manager",
"env"
],
"author": "alec-js",
"license": "MIT",
"bugs": {
"url": "https://github.com/alecmestroni/cypress-aws-secrets-manager/issues"
},
"homepage": "https://github.com/alecmestroni/cypress-aws-secrets-manager#readme",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.637.0",
"@aws-sdk/credential-providers": "^3.637.0",
"chalk": "^4.1.2",
"number-to-words": "^1.2.4"
},
"devDependencies": {
"typescript": "^5.2.2"
}
}