-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1001 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1001 Bytes
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
{
"name": "experimental-example-scenes",
"description": "Example scenes for experimental features developed by Protocol Squad",
"author": {
"name": "Lean - Protocol Squad"
},
"version": "1.0.0",
"dependencies": {
"@dcl/sdk": "protocol-squad",
"@dcl/js-runtime": "protocol-squad",
"@dcl/sdk-commands": "protocol-squad"
},
"prettier": {
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120,
"semi": false
},
"private": true,
"scripts": {
"build": "sdk-commands build --skip-install",
"export-static": "sdk-commands export-static",
"start": "sdk-commands start",
"update-parcels": "node scripts/checkParcelsCollision.js"
},
"workspaces": [
"cinematic-camera",
"drag-pointers",
"gltf-extended-arissa",
"gltf-extended-mesh-video",
"gltf-extended-puffer",
"gltf-extended-rollercoaster",
"gltf-extended-vannah",
"in-world-ui",
"lights",
"render-to-texture",
"scrollable-ui"
]
}