@world-engines/project-setup 0.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,82 @@
1
+ {
2
+ "name": "@world-engines/project-setup",
3
+ "private": false,
4
+ "version": "0.1.0-alpha.0",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "type": "module",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "exports": {
11
+ ".": {
12
+ "types": "./dist/index.d.ts",
13
+ "import": "./dist/index.js"
14
+ }
15
+ },
16
+ "bin": {
17
+ "worldengine-project-setup": "dist/main.js",
18
+ "worldengine-build-setup-cmd": "dist/build-standalone-cmd.js",
19
+ "worldengine-build-release-setup-cmd": "dist/build-release-standalone-cmd.js"
20
+ },
21
+ "dependencies": {
22
+ "@world-engines/create-project": "0.1.0-alpha.0"
23
+ },
24
+ "engines": {
25
+ "node": ">=24"
26
+ },
27
+ "publishConfig": {
28
+ "access": "public"
29
+ },
30
+ "worldengine_source_sha256": "3418c394c8537f504ea7876508ec3537bbc956eddaed561c24b4b91684cc2e6f",
31
+ "worldengine_cmd_startup_provenance": {
32
+ "schema": "worldengine-cmd-startup-profile/v1",
33
+ "source_path": "tools/worldengine-project-setup/src/standalone-cmd.ts",
34
+ "source_after_sha256": "2acb8a0e003dd15a1e9d43c5e2a73ac0367f816accd4a01392362e90e0f50c82",
35
+ "compiled_artifacts": [
36
+ {
37
+ "path": "dist/standalone-cmd.js",
38
+ "compiled_sha256": "6851403313dfbcf1fe45986d004670b356291ac46bdc5bff2c1bf2ce67643348",
39
+ "published_sha256": "74476963d0a636c8c93d783ddbb4ff5c2eca75e8663e3ef346e6596475c94150",
40
+ "bytes": 13928,
41
+ "source_mapping_stripped": true
42
+ },
43
+ {
44
+ "path": "dist/standalone-cmd.d.ts",
45
+ "compiled_sha256": "78b54f41998520b5378ff2673964d59bb8bc9590c725fedf283bb97e88c64d9d",
46
+ "published_sha256": "78b54f41998520b5378ff2673964d59bb8bc9590c725fedf283bb97e88c64d9d",
47
+ "bytes": 855,
48
+ "source_mapping_stripped": false
49
+ }
50
+ ],
51
+ "source_recompiled": true,
52
+ "verified_tests": "3/3+tsc"
53
+ },
54
+ "worldengine_source_identity_provenance": {
55
+ "schema": "worldengine-public-namespace-projection/v1",
56
+ "kind": "composite-source-identity; namespace projection; not-full-source-recompile",
57
+ "original_name": "@worldengine/project-setup",
58
+ "original_archive_sha256": "87883e68de8c73375ff39de78f3090c233711c2d1a35b6628d64c3d7111bbd01",
59
+ "original_source_sha256": "60b28ce793ab270a41a1659ccf5cb9720456e4b4eddb8dd8f6b4eee6e503cf3f",
60
+ "projected_name": "@world-engines/project-setup",
61
+ "package_name_mapping": {
62
+ "@chat/blocks-editor": "@world-engines/blocks-editor",
63
+ "@chat/ladybug-bridge": "@world-engines/ladybug-bridge",
64
+ "@chat/monaco-host": "@world-engines/monaco-host",
65
+ "@chat/protocol-ts": "@world-engines/protocol-ts",
66
+ "@chat/scenario-author-source": "@world-engines/scenario-author-source",
67
+ "@chat/scenario-review-snapshot": "@world-engines/scenario-review-snapshot",
68
+ "@chat/tmw": "@world-engines/tmw",
69
+ "@chat/view-exposure": "@world-engines/view-exposure",
70
+ "@world-engines/chatplay-vite-plugin": "@world-engines/chatplay-vite-plugin",
71
+ "@worldengine/agent-kit": "@world-engines/agent-kit",
72
+ "@worldengine/authoring-bridge": "@world-engines/authoring-bridge",
73
+ "@worldengine/authoring-ui": "@world-engines/authoring-ui",
74
+ "@worldengine/create-project": "@world-engines/create-project",
75
+ "@worldengine/project-format": "@world-engines/project-format",
76
+ "@worldengine/project-host": "@world-engines/project-host",
77
+ "@worldengine/project-setup": "@world-engines/project-setup",
78
+ "@worldengine/spatial-authoring": "@world-engines/spatial-authoring",
79
+ "@worldengine/view-sdk": "@world-engines/view-sdk"
80
+ }
81
+ }
82
+ }