-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
30 lines (30 loc) · 939 Bytes
/
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
{
"name": "aws-blockchain-node-runners",
"version": "0.1.0",
"scripts": {
"install-git-secrets-mac": "brew install git-secrets",
"setup-git-secrets": "git secrets --install & git secrets --register-aws",
"scan-history-git-secrets": "git secrets --scan-history",
"scan-repo-git-secrets": "git secrets --scan",
"install-semgrep-mac": "brew install semgrep",
"scan-semgrep": "semgrep scan --config auto",
"install-pre-commit-mac": "brew install pre-commit",
"run-pre-commit": "pre-commit run --all-files"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.14.2",
"aws-cdk": "^2.143.0",
"cdk-nag": "^2.28.135",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"dependencies": {
"aws-cdk-lib": "^2.143.0",
"constructs": "^10.3.0",
"dotenv": "^16.4.5",
"source-map-support": "^0.5.21"
}
}