mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 12:20:00 +02:00
27 lines
662 B
JSON
Executable file
27 lines
662 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 . --local-debug-builds",
|
|
"local-release": "electron . --local-release-builds",
|
|
"package-darwin": "electron-packager . Console --platform=darwin --arch=x64 --version=0.35.2"
|
|
},
|
|
"dependencies": {
|
|
"yargs": "^3.30.0"
|
|
}
|
|
}
|