-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 5.81 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 5.81 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
{
"type": "module",
"scripts": {
"pretest": "node dev/tools/toolbox-dev/checkSharedExtractionGuard.mjs",
"test": "node ./dev/scripts/run-node-tests.mjs",
"test:service:api": "node ./dev/scripts/run-node-test-files.mjs dev/tests/dev-runtime/ServerApiClientStandardization.test.mjs dev/tests/dev-runtime/PublicApiUrlClient.test.mjs",
"test:audit:locations": "node ./dev/scripts/audit-playwright-test-locations.mjs",
"test:playwright:structure": "node ./dev/scripts/audit-playwright-test-locations.mjs",
"test:playwright:zero-browser": "node ./dev/scripts/run-targeted-test-lanes.mjs --zero-browser-only",
"test:playwright:static": "node ./dev/scripts/run-targeted-test-lanes.mjs --static-only",
"test:lanes": "node ./dev/scripts/run-targeted-test-lanes.mjs",
"test:lanes:preflight": "node ./dev/scripts/run-targeted-test-lanes.mjs --zero-browser-only",
"test:lane:workspace-contract": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane workspace-contract",
"test:lane:build-path": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane build-path",
"test:lane:tools-progress": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane tools-progress",
"test:lane:tool-navigation": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane tool-navigation",
"test:lane:tool-display-mode": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane tool-display-mode",
"test:lane:tool-images": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane tool-images",
"test:lane:game-configuration": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane game-configuration",
"test:lane:game-design": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane game-design",
"test:lane:game-hub": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane game-hub",
"test:lane:tool-runtime": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane tool-runtime",
"test:lane:game-runtime": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane game-runtime",
"test:service:runtime": "node ./dev/scripts/run-node-test-files.mjs dev/tests/engine/RuntimeTickLoop.test.mjs dev/tests/engine/RuntimeConditionSystem.test.mjs dev/tests/engine/RuntimeCollisionProcessing.test.mjs dev/tests/engine/RuntimeMovementProcessing.test.mjs dev/tests/engine/RuntimeCooldownProcessing.test.mjs dev/tests/engine/RuntimeDamageProcessing.test.mjs dev/tests/engine/RuntimeHealthModel.test.mjs dev/tests/engine/RuntimeLivesAndRespawn.test.mjs dev/tests/engine/RuntimeSpawnDespawnProcessing.test.mjs dev/tests/engine/RuntimeScoringAndStateProcessing.test.mjs dev/tests/engine/RuntimeOutcomeProcessing.test.mjs dev/tests/engine/RuntimeInputPipeline.test.mjs dev/tests/engine/RuntimeObjectInstantiation.test.mjs dev/tests/engine/RuntimeObjectRecordFactory.test.mjs dev/tests/engine/RuntimeBehaviorComposition.test.mjs dev/tests/replay/ReplaySystem.test.mjs dev/tests/replay/ReplayTimeline.test.mjs dev/tests/events/EventBus.test.mjs dev/tests/dev-runtime/ServerApiClientStandardization.test.mjs dev/tests/engine/RuntimeEventSystem.test.mjs dev/tests/engine/RuntimeTriggerProcessing.test.mjs dev/tests/engine/RuntimeActionSystem.test.mjs dev/tests/final/FinalSystems.test.mjs",
"test:lane:integration": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane integration",
"test:lane:engine-src": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane engine-src",
"test:lane:samples": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane samples --include-samples",
"dev:local-api": "node --use-system-ca ./dev/scripts/start-local-api-server.mjs",
"validate:local-postgres-runtime": "node --use-system-ca ./dev/scripts/validate-local-postgres-runtime.mjs",
"validate:database-drift": "node ./dev/scripts/validate-database-drift.mjs",
"validate:runtime-connections": "node --use-system-ca ./dev/scripts/validate-runtime-connections.mjs",
"validate:browser-env-agnostic": "node ./dev/scripts/validate-browser-env-agnostic.mjs",
"validate:canonical-structure": "node ./dev/scripts/validate-canonical-repository-structure.mjs",
"apply:database-ddl": "node ./dev/scripts/apply-database-ddl.mjs",
"apply:database-dml": "node ./dev/scripts/apply-database-dml.mjs",
"seed:database-dev": "node --use-system-ca ./dev/scripts/apply-database-seed.mjs",
"cleanup:supabase-dev-auth-test-users": "node --use-system-ca ./dev/scripts/cleanup-supabase-dev-auth-test-users.mjs",
"check:shared-extraction-guard": "node dev/tools/toolbox-dev/checkSharedExtractionGuard.mjs",
"check:phase24-closeout-guard": "node dev/tools/toolbox-dev/checkPhase24CloseoutExecutionGuard.mjs",
"check:style-system-guard": "node dev/tools/toolbox-dev/checkStyleSystemGuard.mjs",
"check:intentional-alias-ledger": "node dev/tools/toolbox-dev/checkIntentionalAliasLedgerGuard.mjs",
"check:internal-barrel-guard": "node dev/tools/toolbox-dev/checkInternalBarrelGuard.mjs",
"codex:review-artifacts": "node ./dev/scripts/write-codex-review-artifacts.mjs",
"test:workspace-v2": "node ./dev/scripts/run-targeted-test-lanes.mjs --lane workspace-contract",
"test:launch-smoke": "node ./dev/tests/runtime/LaunchSmokeAllEntries.test.mjs"
},
"dependencies": {
"ws": "^8.20.0"
},
"name": "html-javascript-gaming",
"version": "1.0.0",
"description": "> Learn, build, and scale 2D → 3D browser games with a structured engine, integrated tools, and progressive samples.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "dev/tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ToolboxAid/HTML-JavaScript-Gaming.git"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ToolboxAid/HTML-JavaScript-Gaming/issues"
},
"homepage": "https://github.com/ToolboxAid/HTML-JavaScript-Gaming#readme",
"devDependencies": {
"@playwright/test": "^1.59.1"
}
}