-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
152 lines (152 loc) · 5.48 KB
/
package.json
File metadata and controls
152 lines (152 loc) · 5.48 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@socketregistry/monorepo",
"version": "1.0.0",
"packageManager": "pnpm@11.0.0-rc.0",
"private": true,
"license": "MIT",
"description": "Monorepo for Socket.dev optimized package overrides",
"homepage": "https://github.com/SocketDev/socket-registry",
"repository": {
"type": "git",
"url": "git+https://github.com/SocketDev/socket-registry.git"
},
"author": {
"name": "Socket Inc",
"email": "eng@socket.dev",
"url": "https://socket.dev"
},
"engines": {
"node": ">=18.20.8",
"pnpm": ">=11.0.0-rc.0"
},
"scripts": {
"analyze-ci-failures": "node scripts/testing/analyze-ci-failures.mjs",
"build": "node scripts/build.mjs",
"check": "node scripts/check.mjs",
"check-registry-package-types": "node --experimental-strip-types scripts/check-registry-package-types.mjs",
"check-trusted": "node scripts/npm/check-trusted-packages.mjs",
"clean": "node scripts/clean.mjs",
"claude": "node scripts/claude.mjs",
"cover": "node scripts/cover.mjs",
"fix": "node scripts/lint.mjs --fix",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"generate-actions-allow-list": "node scripts/ci/generate-actions-allow-list.mjs",
"generate-actions-tree": "node scripts/ci/show-actions-tree.mjs",
"inline-action-shas": "node scripts/ci/inline-action-versions-as-shas.mjs",
"lint": "node scripts/lint.mjs",
"make-npm-override": "node scripts/npm/make-npm-override.mjs",
"package-npm-access": "node scripts/npm/set-npm-package-access.mjs",
"package-npm-publish": "node scripts/npm/publish-npm-packages.mjs",
"perf": "node scripts/perf.mjs",
"precommit": "pnpm run check --staged",
"security": "agentshield scan && { command -v zizmor >/dev/null && zizmor .github/ || echo 'zizmor not installed — run pnpm run setup to install'; }",
"setup": "node scripts/setup.mjs",
"prepare": "husky && pnpm run build",
"prepublishOnly": "echo 'ERROR: Use GitHub Actions workflow for publishing' && exit 1",
"publish": "node scripts/publish.mjs",
"publish:ci": "node scripts/publish.mjs --skip-build --tag ${DIST_TAG:-latest}",
"release-npm": "node scripts/npm/release-npm-packages.mjs",
"test": "node scripts/test.mjs",
"test:npm": "node scripts/npm/run-vitest-npm.mjs",
"update": "node scripts/update.mjs",
"validate-ci": "node scripts/testing/reproduce-ci-locally.mjs",
"validate-packages": "node scripts/testing/validate-package-tests.mjs"
},
"devDependencies": {
"@anthropic-ai/claude-code": "catalog:",
"@babel/core": "catalog:",
"@babel/generator": "catalog:",
"@babel/parser": "catalog:",
"@babel/traverse": "catalog:",
"@babel/types": "catalog:",
"@inquirer/checkbox": "catalog:",
"@inquirer/core": "catalog:",
"@inquirer/prompts": "catalog:",
"@mdn/browser-compat-data": "catalog:",
"@npmcli/package-json": "catalog:",
"@npmcli/promise-spawn": "catalog:",
"@socketregistry/is-unicode-supported": "workspace:*",
"@socketregistry/packageurl-js": "catalog:",
"@socketregistry/scripts": "file:scripts",
"@socketsecurity/lib": "catalog:",
"@types/fs-extra": "catalog:",
"@types/node": "catalog:",
"@types/normalize-package-data": "catalog:",
"@types/npm-package-arg": "catalog:",
"@types/npmcli__package-json": "catalog:",
"@types/npmcli__promise-spawn": "catalog:",
"@types/picomatch": "catalog:",
"@types/semver": "catalog:",
"@types/spdx-correct": "catalog:",
"@types/spdx-expression-parse": "catalog:",
"@types/validate-npm-package-name": "catalog:",
"@types/which": "catalog:",
"@typescript/native-preview": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"@zkochan/js-yaml": "catalog:",
"browserslist": "catalog:",
"cacache": "catalog:",
"clipboardy": "catalog:",
"debug": "catalog:",
"del": "catalog:",
"del-cli": "catalog:",
"dev-null-cli": "catalog:",
"didyoumean2": "catalog:",
"ecc-agentshield": "catalog:",
"esbuild": "catalog:",
"eta": "catalog:",
"fast-glob": "catalog:",
"fast-sort": "catalog:",
"fs-extra": "catalog:",
"get-east-asian-width": "catalog:",
"husky": "catalog:",
"js-yaml": "catalog:",
"libnpmpack": "catalog:",
"magic-string": "catalog:",
"make-fetch-happen": "catalog:",
"minimatch": "catalog:",
"normalize-package-data": "catalog:",
"npm-package-arg": "catalog:",
"out-url": "catalog:",
"oxfmt": "0.37.0",
"oxlint": "1.52.0",
"pacote": "catalog:",
"read-yaml-file": "catalog:",
"semver": "catalog:",
"source-map-support": "catalog:",
"spdx-correct": "catalog:",
"spdx-expression-parse": "catalog:",
"streaming-iterables": "catalog:",
"tar": "catalog:",
"taze": "19.9.2",
"trash": "catalog:",
"tsx": "catalog:",
"type-coverage": "catalog:",
"typescript": "catalog:",
"update-browserslist-db": "catalog:",
"validate-npm-package-name": "catalog:",
"vitest": "catalog:",
"which": "catalog:",
"yargs-parser": "catalog:",
"yoctocolors-cjs": "catalog:",
"zod": "catalog:"
},
"typeCoverage": {
"cache": true,
"atLeast": 99,
"ignoreAsAssertion": true,
"ignoreCatch": true,
"ignoreEmptyType": true,
"ignore-non-null-assertion": true,
"ignore-type-assertion": true,
"ignoreFiles": [
"test/**/*.{ts,mts}",
"perf/**/*.{ts,mts}",
"scripts/**/*.{ts,mts,d.mts}",
"packages/**/*.{ts,d.ts}"
],
"strict": true
}
}