-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 4.74 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 4.74 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
{
"name": "root",
"version": "0.6.36",
"private": true,
"type": "module",
"scripts": {
"bench": "pnpm --filter wesl-bench bench",
"bench:baseline": "pnpm --filter wesl-bench bench:baseline",
"bench:validate": "pnpm --filter wesl-bench bench:validate",
"build:all": "pnpm --filter \"*\" --parallel build",
"bump": "monobump",
"check:lockfile": "pnpm install --frozen-lockfile --lockfile-only",
"check:versions": "syncpack lint",
"ci:check": "run-s lint:all build:all typecheck:all test:unit bench:validate",
"ci:check-windows": "run-s build:all test:unit",
"clean": "git clean -fdX && pnpm install",
"echo:all": "pnpm --filter \"*\" exec pwd",
"fix:all": "run-s fix:pkgJsonFormat fix:syncpack fix:biome",
"fix:biome": "biome check --fix --unsafe",
"fix:pkgJsonFormat": "syncpack format",
"fix:syncpack": "syncpack fix",
"knip": "knip",
"lint:all": "run-s lint:biome check:versions",
"lint:biome": "biome check --error-on-warnings",
"lint:oxlint": "oxlint",
"preinstall": "git submodule update --init --recursive",
"prep:examples": "tsx scripts/prep-examples.ts",
"prepublishOnly:all": "pnpm --filter \"./packages/**\" prepublishOnly",
"prepush": "run-s fix:all turbo:validate",
"prepush:local": "cross-env OFFLINE=1 run-s fix:all turbo:validate:sequential",
"prepush:nocache": "run-s fix:all turbo:validate:nocache",
"prepush:sequential": "run-s fix:all turbo:validate:sequential",
"publish:all": "pnpm --filter \"./packages/**\" publish",
"test": "cross-env FORCE_COLOR=1 NODE_OPTIONS=--expose-gc vitest",
"test:all": "run-p test:unit test:examples test:e2e test:vscode",
"test:built": "run-s build:all test:built:fast",
"test:built:fast": "pnpm --filter built-test test:built:fast",
"test:cts": "pnpm --filter \"*\" --if-present test:cts",
"test:e2e": "pnpm --filter \"*\" --if-present test:e2e",
"test:examples": "pnpm --filter \"./examples/**\" test",
"test:integration": "pnpm --filter \"./packages/**\" test:integration",
"test:linkExtension": "nodemon --config nodemon-link-extension.json",
"test:unit": "cross-env NODE_OPTIONS=--expose-gc vitest --run --reporter=dot",
"test:vscode": "pnpm --filter wgsl-studio test:vscode",
"turbo:validate": "turbo run //#check:lockfile //#lint:biome //#check:versions build typecheck //#typecheck:examples //#typecheck:scripts //#test:unit //#test:examples test:e2e test:cts test:built:fast bench:validate --output-logs=errors-only",
"turbo:validate:nocache": "turbo run //#check:lockfile //#lint:biome //#check:versions build typecheck //#typecheck:examples //#typecheck:scripts //#test:unit //#test:examples test:e2e test:cts test:built:fast bench:validate --output-logs=errors-only --force",
"turbo:validate:sequential": "turbo run //#check:lockfile //#lint:biome //#check:versions build typecheck //#typecheck:examples //#typecheck:scripts //#test:unit //#test:examples test:e2e test:cts test:built:fast bench:validate --output-logs=errors-only --concurrency=1",
"turbo:validate:verbose": "turbo run //#check:lockfile //#lint:biome //#check:versions build typecheck //#typecheck:examples //#typecheck:scripts //#test:unit //#test:examples test:e2e test:cts test:built:fast bench:validate --output-logs=full",
"typecheck:all": "run-p typecheck:packages typecheck:examples typecheck:scripts",
"typecheck:examples": "pnpm --parallel --filter \"./examples/**\" --filter \"!lygia-cli-example\" exec tsgo",
"typecheck:packages": "pnpm --parallel --filter \"./packages/**\" typecheck",
"typecheck:scripts": "tsgo --project tsconfig.json",
"typecheck:watch": "nodemon --config nodemon-typecheck-watch.json"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.0",
"@types/yargs": "^17.0.35",
"@typescript/native-preview": "7.0.0-dev.20260321.1",
"@vitest/ui": "4.1.0",
"@webgpu/types": "^0.1.69",
"berry-pretty": "^0.0.5",
"cross-env": "^10.1.0",
"diff": "^8.0.3",
"dpdm": "^4.0.1",
"eslint": "^10.1.0",
"fast-glob": "^3.3.3",
"glob": "^13.0.6",
"globals": "^17.4.0",
"knip": "^6.0.1",
"monobump": "^0.1.5",
"nodemon": "^3.1.14",
"npm-run-all": "^4.1.5",
"oxlint": "^1.56.0",
"rimraf": "^6.1.3",
"syncpack": "^14.2.0",
"tsdown": "0.21.4",
"tsx": "^4.21.0",
"turbo": "^2.8.20",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1",
"vite": "^8.0.1",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.1.0",
"wesl-testsuite": "link:./wesl-testsuite",
"yargs": "^18.0.0"
},
"packageManager": "[email protected]",
"pnpm": {
"ignoredBuiltDependencies": [
"es5-ext"
],
"onlyBuiltDependencies": [
"esbuild"
]
}
}