-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.57 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.57 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
{
"name": "node-smol-builder",
"version": "0.0.0",
"description": "Optimized Node.js binaries with SEA support and Socket security patches",
"private": true,
"license": "MIT",
"type": "module",
"exports": {
"./scripts/paths": "./scripts/paths.mts"
},
"scripts": {
"build": "node scripts/common/shared/build.mts",
"build:all": "node scripts/common/shared/build.mts --all-platforms",
"clean": "node scripts/clean.mts",
"cover": "node scripts/cover.mts",
"glibc:audit": "node scripts/audit-glibc-symbols.mts",
"postinstall": "node scripts/setup-build-toolchain.mts",
"test": "node scripts/test-with-memory-limit.mts",
"test:linux-x64-docker": "node scripts/test-linux-x64-docker.mts",
"test:linux-x64-docker:musl": "node scripts/test-linux-x64-docker.mts --musl",
"test:node-suite": "node scripts/test-node-suite.mts",
"test:node-suite:dev": "node scripts/test-node-suite.mts --dev",
"test:node-suite:prod": "node scripts/test-node-suite.mts --prod",
"test:unsafe": "vitest run",
"wpt:streams": "node test/scripts/wpt-streams-runner.mts"
},
"dependencies": {
"@socketsecurity/lib-stable": "catalog:",
"bin-infra": "workspace:*",
"build-infra": "workspace:*",
"dawn-builder": "workspace:*",
"yoctocolors-cjs": "catalog:",
"yoga-layout-builder": "workspace:*"
},
"devDependencies": {
"@vitest/coverage-v8": "catalog:",
"acorn": "catalog:",
"acorn-walk": "catalog:",
"experimental-fast-webstreams": "0.0.19",
"octokit": "catalog:",
"snappy": "7.3.3",
"vitest": "catalog:"
}
}