-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 1004 Bytes
/
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
{
"name": "@metaverse-systems/zzt_engine_system",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm i; rm -r ./dist; mkdir dist; the-seed-libraries-build; the-seed-build",
"build-win64": "npm i; rm -r ./dist; mkdir dist; the-seed-libraries-build Win64; the-seed-build Win64"
},
"keywords": [],
"author": {
"email": "[email protected]",
"name": "Tim Schwartz",
"url": "https://metaverse.systems",
"codeSigningKey": "metaverse.systems",
"codeSigningCert": "metaverse.systems"
},
"license": "UNLICENSED",
"dependencies": {
"@metaverse-systems/input_component": "^1.0.2",
"@metaverse-systems/position_component": "file:../position_component",
"@metaverse-systems/text_component": "file:../text_component",
"@metaverse-systems/zzt_status_el_component": "file:../zzt_status_el_component",
"@metaverse-systems/visible_component": "file:../visible_component"
}
}