forked from bendrucker/aws-sdk-js-v3-rds-signer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "aws-sdk-js-v3-rds-signer",
"version": "1.0.1",
"description": "An AWS IAM database authentication token signer for RDS, implementing RDS.Signer for AWS SDK for JS v3",
"type": "module",
"exports": "./index.js",
"types": "./index.d.ts",
"scripts": {
"test": "standard && tap && tsd"
},
"dependencies": {
"@aws-sdk/credential-provider-node": "^3.26.0",
"@aws-sdk/hash-node": "3",
"@aws-sdk/protocol-http": "3",
"@aws-sdk/signature-v4": "3",
"@aws-sdk/types": "3",
"@aws-sdk/util-format-url": "3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bendrucker/aws-sdk-js-v3-rds-signer.git"
},
"keywords": [
"aws",
"rds",
"sdk",
"iam",
"signer",
"v3"
],
"author": "Ben Drucker <[email protected]> (https://www.bendrucker.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bendrucker/aws-sdk-js-v3-rds-signer/issues"
},
"homepage": "https://github.com/bendrucker/aws-sdk-js-v3-rds-signer#readme",
"devDependencies": {
"@types/tap": "^15.0.5",
"standard": "^16.0.3",
"tap": "^15.0.9",
"tsd": "^0.17.0"
},
"engines": {
"node": ">=12.20"
}
}