-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 KB
/
package.json
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
{
"name": "glb.artificialmuseum.com",
"version": "0.0.1",
"description": "glb files for ar.artificialmuseum.com",
"scripts": {
"start": "npm run dev",
"dev": "node node_modules/@grundstein/gss/src/bin.mjs --dir ./docs --port 8001 --cors '*' --no-cache",
"convert": "gltf-pipeline -b -i ",
"build": "node node_modules/@grundstein/prepare-static-files/src/bin.mjs --dirs docs"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/artificialmuseum/glb.artificialmuseum.com.git"
},
"author": "TheSystemCollective",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/artificialmuseum/glb.artificialmuseum.com/issues"
},
"type": "module",
"homepage": "https://github.com/artificialmuseum/glb.artificialmuseum.com#readme",
"devDependencies": {
"@grundstein/gss": "0.0.14",
"@grundstein/prepare-static-files": "0.0.10",
"@magic/cli": "0.0.43",
"@magic/error": "0.0.16",
"@magic/fs": "0.0.27",
"@magic/log": "0.1.17",
"@magic/types": "0.1.22",
"gltf-pipeline": "3.0.4",
"gltf-validator": "2.0.0-dev.3.9",
"sharp": "0.30.7"
},
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "daniela weiss",
"github": "mslitto"
}
]
}