-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1.23 KB
/
package.json
File metadata and controls
22 lines (22 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"type": "module",
"scripts": {
"pretest": "node tools/dev/checkSharedExtractionGuard.mjs",
"test": "node ./scripts/run-node-tests.mjs",
"build:manifest": "node ./scripts/generate-sample-manifest.mjs",
"sync:tool-hints": "node ./scripts/sync-tool-hints-from-workspace-manager.mjs",
"normalize:games-presentation": "node ./scripts/normalize-games-presentation.mjs",
"check:shared-extraction-guard": "node tools/dev/checkSharedExtractionGuard.mjs",
"check:phase24-closeout-guard": "node tools/dev/checkPhase24CloseoutExecutionGuard.mjs",
"check:style-system-guard": "node tools/dev/checkStyleSystemGuard.mjs",
"check:games-template-contract": "node ./scripts/validate-games-template-contract.mjs",
"test:launch-smoke": "node ./tests/runtime/LaunchSmokeAllEntries.test.mjs",
"test:launch-smoke:games": "node ./tests/runtime/LaunchSmokeAllEntries.test.mjs --games",
"test:workspace-manager:games": "node ./tests/runtime/GamesIndexWorkspaceManagerOpen.test.mjs",
"test:manifest-payload:games": "node ./tests/runtime/GameManifestPayloadExpectations.test.mjs",
"test:sample-standalone:data-flow": "node ./tests/runtime/SampleStandaloneToolDataFlow.test.mjs"
},
"dependencies": {
"ws": "^8.20.0"
}
}