-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 2.34 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 2.34 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "socket-btm-monorepo",
"version": "0.0.0",
"private": true,
"description": "Socket Build Tree Manager - Build infrastructure for Node.js binaries and ML models",
"license": "MIT",
"scripts": {
"build": "node scripts/build.mts",
"build:all": "pnpm --filter node-smol-builder build:all",
"build:local": "node scripts/rebuild-all-local.mts",
"build:local:binsuite": "node scripts/rebuild-all-local.mts --binsuite-only",
"build:local:lief": "node scripts/rebuild-all-local.mts --lief-only",
"build:local:node": "node scripts/rebuild-all-local.mts --node-only",
"bump:cache": "node scripts/bump-cache-version.mts",
"check": "node scripts/check.mts",
"clean": "pnpm -r clean",
"cover": "node packages/bin-infra/scripts/run-coverage.js all",
"docs:cli": "glow",
"docs:serve": "docsify serve packages --port 3000",
"fix": "node scripts/fix.mts",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"lint": "node scripts/lint.mts",
"lint:fix": "node scripts/fix.mts",
"normalize:package-json": "node scripts/normalize-package-json.mts",
"prepare": "husky",
"security": "agentshield scan && { command -v zizmor >/dev/null && zizmor .github/ || echo 'zizmor not installed — run pnpm run setup to install'; }",
"setup": "node scripts/setup.mts",
"test": "node scripts/test.mts",
"test:build-infra": "pnpm --filter build-infra test",
"test:node-smol": "pnpm --filter node-smol-builder test",
"update": "node scripts/update.mts",
"update:node": "node scripts/update-node-version.mts",
"validate:dockerfiles": "node scripts/validate-dockerfile-exports.mts",
"xport": "node scripts/xport.mts",
"xport:emit-schema": "node scripts/xport-emit-schema.mts"
},
"devDependencies": {
"@anthropic-ai/claude-code": "catalog:",
"@sinclair/typebox": "catalog:",
"@socketsecurity/lib": "catalog:",
"@types/node": "catalog:",
"@typescript/native-preview": "7.0.0-dev.20260415.1",
"build-infra": "workspace:*",
"docsify-cli": "4.4.4",
"ecc-agentshield": "catalog:",
"husky": "9.1.7",
"oxfmt": "0.37.0",
"oxlint": "1.52.0",
"taze": "19.9.2",
"vitest": "catalog:",
"yoctocolors-cjs": "catalog:"
},
"engines": {
"node": ">=18.20.8",
"pnpm": ">=11.0.0-rc.0"
},
"packageManager": "pnpm@11.0.0-rc.3"
}