forked from aws-samples/aws-blockchain-node-runners
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 937 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.10.0",
"aws-cdk": "^2.84.0",
"cdk-nag": "^2.27.43",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.3"
},
"dependencies": {
"aws-cdk-lib": "^2.84.0",
"constructs": "^10.2.55",
"dotenv": "^16.3.1",
"source-map-support": "^0.5.21"
}
}