mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
deploy WIP
This commit is contained in:
37
app/package.json
Normal file
37
app/package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "dbgate",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"author": "Jan Prochazka <jenasoft.database@gmail.com>",
|
||||
"dependencies": {
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.jenasoft.dbgate",
|
||||
"mac": {
|
||||
"category": "database"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb"
|
||||
]
|
||||
},
|
||||
"win": {
|
||||
"target": "squirrel"
|
||||
},
|
||||
"files": ["api", "build", "src"]
|
||||
},
|
||||
"homepage": "./",
|
||||
"scripts": {
|
||||
"start": "cross-env ELECTRON_START_URL=http://localhost:5000 electron .",
|
||||
"dist": "electron-builder",
|
||||
"wait-electron": "node src/electron-wait-react",
|
||||
"postinstall": "electron-builder install-app-deps"
|
||||
},
|
||||
"main": "src/electron.js",
|
||||
"devDependencies": {
|
||||
"electron": "8.1.1",
|
||||
"electron-builder": "22.4.1",
|
||||
"cross-env": "^6.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user