-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.87 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.87 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
{
"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",
"check:cascade-completeness": "node scripts/check-cascade-completeness.mts",
"check:mirror-docs": "node scripts/check-mirror-docs.mts",
"check:paths": "node scripts/check-paths.mts",
"check:patch-format": "node scripts/check-patch-format.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/fix.mts",
"format": "oxfmt -c .config/oxfmtrc.json --write .",
"format:check": "oxfmt -c .config/oxfmtrc.json --check .",
"install:sfw": "node scripts/install-sfw.mts",
"lint": "node scripts/lint.mts",
"lint:fix": "node scripts/fix.mts",
"normalize:package-json": "node scripts/normalize-package-json.mts",
"prepare": "node scripts/install-git-hooks.mts",
"security": "node scripts/security.mts",
"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",
"lockstep": "node scripts/lockstep.mts",
"lockstep:emit-schema": "node scripts/lockstep-emit-schema.mts",
"setup-security-tools": "node .claude/hooks/setup-security-tools/install.mts"
},
"devDependencies": {
"@anthropic-ai/claude-code": "catalog:",
"@sinclair/typebox": "catalog:",
"@socketsecurity/lib": "catalog:",
"@socketsecurity/lib-stable": "catalog:",
"@types/node": "catalog:",
"@typescript/native-preview": "7.0.0-dev.20260415.1",
"build-infra": "workspace:*",
"docsify-cli": "4.4.4",
"ecc-agentshield": "catalog:",
"oxfmt": "0.37.0",
"oxlint": "1.52.0",
"taze": "19.9.2",
"vitest": "catalog:",
"yoctocolors-cjs": "catalog:"
},
"engines": {
"node": ">=26.1.0",
"pnpm": ">=11.0.8"
},
"packageManager": "pnpm@11.0.8"
}