mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-07 13:00:36 +02:00
22 lines
436 B
JSON
Executable file
22 lines
436 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 ."
|
|
}
|
|
}
|