-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 3.51 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 3.51 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"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",
"build-status": "node scripts/build-status.mts",
"bump:cache": "node scripts/bump-cache-version.mts",
"check": "node scripts/fleet/check.mts",
"check:cascade-completeness": "node scripts/check-cascade-completeness.mts",
"check:mirror-docs": "node scripts/check-mirror-docs.mts",
"check:paths": "node scripts/fleet/check-paths.mts",
"check:patch-format": "node scripts/check-patch-format.mts",
"check:pin-soak": "node packages/build-infra/scripts/check-pin-soak.mts",
"check:regression-patterns": "node scripts/check-regression-patterns.mts",
"check:version-consistency": "node scripts/check-version-consistency.mts",
"clean": "pnpm -r run clean",
"cover": "node packages/bin-infra/scripts/run-coverage.js all",
"docs:cli": "glow",
"docs:serve": "docsify serve packages --port 3000",
"fix": "node scripts/fleet/fix.mts",
"format": "oxfmt -c .config/fleet/oxfmtrc.json --ignore-path .config/fleet/.prettierignore --write .",
"format:check": "oxfmt -c .config/fleet/oxfmtrc.json --ignore-path .config/fleet/.prettierignore --check .",
"install:sfw": "node scripts/fleet/install-sfw.mts",
"lint": "node scripts/fleet/lint.mts",
"lint:fix": "node scripts/fleet/fix.mts",
"normalize:package-json": "node scripts/normalize-package-json.mts",
"prepare": "node scripts/fleet/install-git-hooks.mts && node scripts/fleet/install-git-hooks.mts",
"security": "node scripts/fleet/security.mts",
"setup": "node scripts/setup.mts",
"smoke:ensures": "node scripts/smoke-test-ensures.mts",
"test": "node scripts/fleet/test.mts",
"test:build-infra": "pnpm --filter build-infra test",
"test:node-smol": "pnpm --filter node-smol-builder test",
"update": "node scripts/fleet/update.mts",
"update:node": "node scripts/update-node-version.mts",
"validate:dockerfiles": "node scripts/validate-dockerfile-exports.mts",
"lockstep": "node scripts/fleet/lockstep.mts",
"lockstep:emit-schema": "node scripts/fleet/lockstep-emit-schema.mts",
"setup-security-tools": "node .claude/hooks/fleet/setup-security-tools/install.mts",
"ci:local": "agent-ci run --all"
},
"devDependencies": {
"@anthropic-ai/claude-code": "catalog:",
"@redwoodjs/agent-ci": "catalog:",
"@sinclair/typebox": "catalog:",
"@socketsecurity/lib-stable": "catalog:",
"@types/node": "catalog:",
"@typescript/native-preview": "7.0.0-dev.20260510.1",
"build-infra": "workspace:*",
"docsify-cli": "4.4.4",
"ecc-agentshield": "catalog:",
"oxfmt": "0.48.0",
"oxlint": "1.63.0",
"shell-quote": "catalog:",
"taze": "19.11.0",
"vitest": "catalog:",
"yoctocolors-cjs": "catalog:"
},
"engines": {
"node": ">=26.1.0",
"pnpm": ">=11.5.0"
},
"packageManager": "pnpm@11.5.0",
"allowScripts": {
"cpu-features": false,
"docsify": false,
"esbuild": true,
"onnxruntime-node": true,
"protobufjs": false,
"ssh2": false
}
}