-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
34 lines (32 loc) · 1.81 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
{
"name": "dve",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"init:dve:core": "cd ./divinevoxel/core ; npm run build ; cd ../../ ; npm init -y --scope @divinevoxel -w ./divinevoxel/core/dist",
"init:dve:alchemy": "cd ./divinevoxel/alchemy ; npm run build ; cd ../../ ; npm init -y --scope @divinevoxel -w ./divinevoxel/alchemy/dist",
"init:dve:foundation": "cd ./divinevoxel/foundation ; npm run build ; cd ../../ ; npm init -y --scope @divinevoxel -w ./divinevoxel/foundation/dist",
"init:dve:magic": "cd ./divinevoxel/magic ; npm run build ; cd ../../ ; npm init -y --scope @divinevoxel -w ./divinevoxel/magic/dist",
"init:dve:quantum-renderer": "cd ./divinevoxel/quantum-renderer ; npm run build ; cd ../../ ; npm init -y --scope @divinevoxel -w ./divinevoxel/quantum-renderer/dist",
"init:dve:babylon-renderer": "cd ./divinevoxel/babylon-renderer ; npm run build ; cd ../../ ; npm init -y --scope @divinevoxel -w ./divinevoxel/babylon-renderer/dist",
"init:dve:three-renderer": "cd ./divinevoxel/three-renderer ; npm run build ; cd ../../ ; npm init -y --scope @divinevoxel -w ./divinevoxel/three-renderer/dist",
"init:dve:react-three": "cd ./divinevoxel/react-three ; npm run build ; cd ../../ ; npm init -y --scope @divinevoxel -w ./divinevoxel/react-three/dist",
"init:dve:all": "npm run init:dve:core ; npm run init:dve:foundation ; npm run init:dve:babylon-renderer"
},
"author": "Divine Star Software",
"license": "MIT",
"workspaces": [
"divinevoxel/core/dist",
"divinevoxel\\babylon-renderer\\dist",
"divinevoxel\\three-renderer\\dist",
"divinevoxel\\react-three\\dist",
"divinevoxel\\foundation\\dist",
"divinevoxel\\magic\\dist",
"divinevoxel\\quantum-renderer\\dist"
],
"devDependencies": {
},
"description": "",
"dependencies": {
}
}