-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 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
37
38
39
40
41
42
43
44
45
46
{
"name": "@znemz/aws-play",
"version": "0.1.81",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/nmccready/aws-play.git"
},
"license": "MIT",
"author": "",
"bin": {
"awsKmsDecrypt": "aws/kms/decrypt/cli.js",
"awsKmsEncrypt": "aws/kms/encrypt/cli.js"
},
"files": [
"aws/**/*",
"debug.js"
],
"scripts": {
"lint": "npm run lint:go && npm run lint:js",
"lint:go": "golangci-lint run --fix",
"lint:js": "eslint . --ext .js,.ts,.mjs,.cjs",
"prepare": "go mod tidy -e && go mod vendor && sort-package-json",
"test": "npm run test:go",
"test:go": "go test ./aws/..."
},
"overrides": {
"fast-xml-parser": "5.3.6"
},
"dependencies": {
"@aws-sdk/client-kms": "^3.400.0",
"@aws-sdk/credential-providers": "^3.400.0",
"aws-sdk-v3-proxy": "2.2.0",
"debug-fabulous": "^2.0.1",
"through2": "^4.0.2",
"yargs": "^18.0.0"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@znemz/aws-play": "file:./",
"commit-and-tag-version": "12",
"eslint": "10.2.1",
"globals": "^17.3.0",
"sort-package-json": "3.6"
}
}