mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 20:41:23 +01:00
Setup electron package
This commit is contained in:
parent
5634ec15d7
commit
877d814253
3 changed files with 1246 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "azgaar-desktop",
|
||||
"productName": "Azgaar for Desktop",
|
||||
"version": "0.1.0",
|
||||
"description": "A port of Azgaar's Fantasy Map Generator to Electron",
|
||||
"main": "esm-bridge.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"rebuild": "electron-rebuild"
|
||||
},
|
||||
"author": {
|
||||
"name": ""
|
||||
},
|
||||
"dependencies": {
|
||||
"electron": "^10.1.2",
|
||||
"esm": "^3.2.25"
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue