-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.03 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.03 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
{
"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",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"aws-cdk": "^2.1113.0",
"cdk-nag": "^2.36.18",
"eslint": "^9.34.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "~5.4.5"
},
"dependencies": {
"aws-cdk-lib": "^2.244.0",
"constructs": "^10.6.0",
"dotenv": "^17.3.1",
"source-map-support": "^0.5.21"
}
}