mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-07 17:00:52 +02:00
23 lines
535 B
JSON
Executable file
23 lines
535 B
JSON
Executable file
{
|
|
"name": "hf-console",
|
|
"description": "High Fidelity Console",
|
|
"author": "High Fidelity",
|
|
"license": "Apache-2.0",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
""
|
|
],
|
|
"devDependencies": {
|
|
"electron-packager": "^5.1.1",
|
|
"electron-prebuilt": "^0.35.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/highfidelity/hifi.git"
|
|
},
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"package-darwin": "electron-packager . Console --platform=darwin --arch=x64 --version=0.35.2"
|
|
}
|
|
}
|