-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1 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
{
"name": "aws-sdk-go-v2-ifaces",
"version": "0.1.33",
"description": "",
"license": "MIT",
"author": "",
"scripts": {
"clone_sdk": "./scripts/git_clone_aws-sdk.sh",
"commitlint": "commitlint --from $(git log origin/main | cut -d ' ' -f2 | head -n1)",
"install:go": "go mod tidy -e && go mod vendor",
"lint": "golangci-lint run --fix --timeout 15m",
"prepare": "npm run clone_sdk && ./scripts/install_binary_deps.sh && sort-package-json",
"sync": "./scripts/gen_all.sh",
"test": "npm run sync && npm run test:go",
"test:artifacts": "./scripts/git_artifact_changes_test.sh",
"test:go": "go test ./service/... ./internal/... ./tests/... -coverprofile=coverage.txt -covermode=atomic",
"test:go:tests": "go test ./tests/..."
},
"devDependencies": {
"@commitlint/cli": "21.0.1",
"@commitlint/config-conventional": "21.0.1",
"@stdlib/string-pascalcase-cli": "0.2.3",
"commit-and-tag-version": "12",
"commitlint": "21",
"sort-package-json": "3.6"
}
}