-
-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.44 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
{
"type": "module",
"scripts": {
"soak": "node scripts/soak/soak.mts --check",
"soak:fix": "node scripts/soak/soak.mts --fix",
"deps:update": "node scripts/soak/update-deps.mts",
"tools:check": "node scripts/soak/external-tools.mts --check",
"tools:fix": "node scripts/soak/external-tools.mts --fix",
"tools:install": "node scripts/soak/external-tools.mts --install-all --shims",
"test:scripts": "node --test scripts/soak/*.test.mts scripts/publish/*.test.mts",
"publish:pipeline": "node scripts/publish/pipeline.mts",
"publish:stage": "node scripts/publish/pipeline.mts --stage-only",
"publish:scan": "node scripts/publish/pipeline.mts --scan-only",
"publish:approve": "node scripts/publish/pipeline.mts --approve",
"publish:status": "node scripts/publish/pipeline.mts --status",
"publish:release": "node scripts/publish/pipeline.mts --release-only",
"publish:brew": "node scripts/publish/brew/tap-publish.mts",
"publish:ffi": "node scripts/publish/cargo/ffi-publish.mts",
"prepublishOnly": "node scripts/publish/auth-posture.mts --guard"
},
"devDependencies": {
"@socketsecurity/sdk": "4.1.4",
"cron": "^4.4.0",
"dayjs": "^1.11.21",
"exponential-backoff": "^3.1.3",
"moment": "^2.30.1",
"mongodb": "^7.0.0",
"rate-limiter-flexible": "^11.2.0",
"slugify": "^1.6.9",
"zod": "^4.3.5"
},
"dependencies": {
"ethers": "^6.17.0",
"node-cron": "^4.2.1"
}
}