-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 5.18 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 5.18 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"private": true,
"scripts": {
"build": "node napi/decmpfs/scripts/build.mts",
"check": "node scripts/fleet/check.mts",
"coverage": "node scripts/repo/coverage.mts",
"fix": "node scripts/fleet/fix.mts",
"lint": "node scripts/repo/lint.mts",
"prepare": "node scripts/repo/bootstrap/prepare.mts && node scripts/fleet/install-git-hooks.mts && node scripts/fleet/prepare.mts",
"release": "node scripts/repo/release.mts",
"test": "node scripts/repo/test.mts",
"check:paths": "node scripts/fleet/check/paths-are-canonical.mts",
"ci:local": "node scripts/fleet/agent-ci-skip-locks.mts run --all --quiet --pause-on-failure --github-token",
"clean": "node scripts/fleet/clean.mts",
"cover": "node scripts/fleet/cover.mts",
"doctor:auth": "node scripts/fleet/check/setup-is-prompt-less.mts",
"format": "node scripts/fleet/format.mts",
"format:check": "node scripts/fleet/format.mts --check",
"lockstep": "node scripts/fleet/lockstep.mts",
"lockstep:emit-mirror-globs": "node scripts/fleet/lockstep-emit-mirror-globs.mts",
"lockstep:emit-schema": "node scripts/fleet/lockstep-emit-schema.mts",
"security": "node scripts/fleet/security.mts",
"setup-security-tools": "node .claude/hooks/fleet/setup-security-tools/install.mts",
"sync-oxlint-rules": "node scripts/fleet/sync-oxlint-rules.mts",
"sync-package-manager-pins": "node scripts/fleet/sync-package-manager-pins.mts",
"update": "node scripts/fleet/update.mts",
"weekly-update": "node scripts/fleet/weekly-update.mts",
"doctor": "node scripts/fleet/doctor.mts",
"setup:brew": "node scripts/fleet/setup/brew.mts",
"setup:go": "node scripts/fleet/setup/go.mts",
"setup:mcp": "node scripts/fleet/setup/mcp.mts",
"setup:python": "node scripts/fleet/setup/python.mts",
"setup:refero": "node scripts/fleet/setup/refero.mts",
"setup:rust": "node scripts/fleet/setup/rust.mts",
"type": "node node_modules/typescript/bin/tsc --noEmit -p .config/fleet/tsconfig.check.json",
"npm:publish": "node scripts/fleet/publish-pipeline.mts",
"prepublishOnly": "echo 'ERROR: Use GitHub Actions workflow for publishing' && exit 1",
"socket-wheelhouse:emit-schema": "node scripts/fleet/socket-wheelhouse-emit-schema.mts",
"mcp:reset": "node scripts/fleet/mcp-reset.mts",
"setup:sfw-ca": "node scripts/fleet/setup/sfw-ca.mts",
"get-green": "node scripts/fleet/get-green.mts",
"weekly-update:ci": "gh workflow run weekly-update.yml",
"prune:backups": "node scripts/fleet/backup-branches.mts prune",
"strip:ai-tags": "node scripts/fleet/strip-ai-tags.mts",
"npm:approve": "node scripts/fleet/publish-pipeline.mts --approve",
"npm:auth": "node scripts/fleet/npm-web-auth.mts",
"npm:dispatch": "gh workflow run npm-publish-packages.yml -R SocketDev/socket-registry --ref main -f publish=true",
"npm:login": "node scripts/fleet/npm-web-auth.mts login",
"npm:staged": "node scripts/fleet/publish-pipeline.mts --status",
"hide-comments": "node scripts/fleet/hide-comments.mts",
"ruleset:bypass": "node scripts/fleet/grant-ruleset-bypass.mts",
"soak:bypass": "node scripts/fleet/soak-bypass.mts",
"npm:trust": "node scripts/fleet/publish-infra/npm/trust.mts",
"prune:branch-backups": "node scripts/fleet/backup-branches.mts prune",
"preflight": "node scripts/fleet/preflight.mts"
},
"devDependencies": {
"@playwright/mcp": "catalog:",
"@redwoodjs/agent-ci": "catalog:",
"@resvg/resvg-wasm": "catalog:",
"@shadscan/cli": "catalog:",
"@sinclair/typebox": "catalog:",
"@socketregistry/packageurl-js": "catalog:",
"@socketregistry/packageurl-js-stable": "catalog:",
"@socketsecurity/lib": "catalog:",
"@socketsecurity/lib-stable": "catalog:",
"@socketsecurity/sdk": "catalog:",
"@socketsecurity/sdk-stable": "catalog:",
"@types/mdast": "catalog:",
"@types/node": "catalog:",
"@types/semver": "catalog:",
"@types/shell-quote": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"c8": "catalog:",
"chrome-devtools-mcp": "catalog:",
"fast-check": "catalog:",
"magic-string": "catalog:",
"markdownlint-cli2": "catalog:",
"mdast-util-from-markdown": "catalog:",
"mdast-util-gfm": "catalog:",
"mdast-util-to-markdown": "catalog:",
"micromark": "catalog:",
"micromark-extension-gfm": "catalog:",
"neosanitize": "catalog:",
"nock": "catalog:",
"npm-high-impact": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"oxlint-tsgolint": "catalog:",
"parse5": "catalog:",
"playwright-core": "catalog:",
"portless": "catalog:",
"regjsparser": "catalog:",
"rolldown": "catalog:",
"semver": "catalog:",
"shell-quote": "catalog:",
"svgo": "catalog:",
"taze": "catalog:",
"typebox": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": ">=11.0.0 <12.0.0",
"onFail": "error"
}
},
"engines": {
"node": ">=24",
"npm": ">=12.0.2",
"pnpm": ">=11.0.5"
},
"allowScripts": {
"cpu-features": false,
"protobufjs": false,
"puppeteer": false,
"ssh2": false
}
}