2019-12-26 19:08:51 +00:00
|
|
|
{
|
2020-03-14 08:54:34 +00:00
|
|
|
"name": "dbgate",
|
2022-05-19 18:52:43 +00:00
|
|
|
"version": "5.0.0-alpha.1",
|
2021-02-01 18:07:46 +00:00
|
|
|
"private": true,
|
2020-03-14 08:54:34 +00:00
|
|
|
"author": "Jan Prochazka <jenasoft.database@gmail.com>",
|
2021-01-19 19:43:15 +00:00
|
|
|
"description": "Opensource database administration tool",
|
2020-04-10 20:01:00 +00:00
|
|
|
"dependencies": {
|
2021-12-16 09:08:32 +00:00
|
|
|
"electron-log": "^4.4.1",
|
|
|
|
"electron-updater": "^4.6.1",
|
2022-02-12 06:40:58 +00:00
|
|
|
"lodash.clonedeepwith": "^4.5.0",
|
2021-05-22 06:09:18 +00:00
|
|
|
"patch-package": "^6.4.7"
|
2020-04-10 20:01:00 +00:00
|
|
|
},
|
2021-01-07 07:43:26 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-02-01 17:09:57 +00:00
|
|
|
"url": "https://github.com/dbgate/dbgate.git"
|
2021-01-07 07:43:26 +00:00
|
|
|
},
|
2019-12-26 19:08:51 +00:00
|
|
|
"build": {
|
2022-04-14 11:27:26 +00:00
|
|
|
"artifactName": "dbgate-${version}-${os}_${arch}.${ext}",
|
2020-05-18 17:17:57 +00:00
|
|
|
"appId": "org.dbgate",
|
2022-04-14 11:27:26 +00:00
|
|
|
"productName": "DbGate",
|
2022-04-14 12:47:29 +00:00
|
|
|
"afterSign": "electron-builder-notarize",
|
2019-12-26 19:08:51 +00:00
|
|
|
"mac": {
|
2020-05-18 18:23:53 +00:00
|
|
|
"category": "database",
|
2023-03-03 17:25:58 +00:00
|
|
|
"icon": "icon512-mac.png",
|
2022-04-14 12:47:29 +00:00
|
|
|
"hardenedRuntime": true,
|
|
|
|
"entitlements": "entitlements.mac.plist",
|
|
|
|
"entitlementsInherit": "entitlements.mac.plist",
|
2021-01-07 07:33:42 +00:00
|
|
|
"publish": [
|
|
|
|
"github"
|
2021-04-23 08:25:18 +00:00
|
|
|
],
|
|
|
|
"target": {
|
|
|
|
"target": "default",
|
2021-05-22 08:36:43 +00:00
|
|
|
"arch": [
|
2022-04-14 11:48:52 +00:00
|
|
|
"universal",
|
|
|
|
"x64"
|
2021-05-22 08:36:43 +00:00
|
|
|
]
|
2022-08-07 07:52:59 +00:00
|
|
|
}
|
2019-12-26 19:29:38 +00:00
|
|
|
},
|
2020-03-14 08:54:34 +00:00
|
|
|
"linux": {
|
|
|
|
"target": [
|
2021-01-19 19:43:15 +00:00
|
|
|
"deb",
|
2021-05-20 19:53:13 +00:00
|
|
|
"snap",
|
|
|
|
{
|
|
|
|
"target": "AppImage",
|
|
|
|
"arch": [
|
|
|
|
"x64",
|
|
|
|
"armv7l",
|
|
|
|
"arm64"
|
|
|
|
]
|
|
|
|
}
|
2020-05-18 18:23:53 +00:00
|
|
|
],
|
2021-06-10 06:47:20 +00:00
|
|
|
"icon": "icons/",
|
2021-01-03 18:28:36 +00:00
|
|
|
"category": "Development",
|
2021-05-20 08:23:12 +00:00
|
|
|
"synopsis": "Database manager for SQL Server, MySQL, PostgreSQL, MongoDB and SQLite",
|
2021-01-07 07:33:42 +00:00
|
|
|
"publish": [
|
|
|
|
"github"
|
|
|
|
]
|
2020-03-14 10:45:43 +00:00
|
|
|
},
|
2021-05-22 06:09:18 +00:00
|
|
|
"appImage": {
|
|
|
|
"license": "./LICENSE",
|
|
|
|
"category": "Development"
|
|
|
|
},
|
2021-02-13 11:13:10 +00:00
|
|
|
"snap": {
|
|
|
|
"publish": [
|
|
|
|
"github",
|
|
|
|
"snapStore"
|
|
|
|
],
|
|
|
|
"environment": {
|
|
|
|
"ELECTRON_SNAP": "true"
|
|
|
|
}
|
|
|
|
},
|
2020-03-14 08:54:34 +00:00
|
|
|
"win": {
|
2020-05-18 17:05:45 +00:00
|
|
|
"target": [
|
2023-02-03 09:01:11 +00:00
|
|
|
{
|
|
|
|
"target": "nsis",
|
|
|
|
"arch": [
|
|
|
|
"x64",
|
|
|
|
"arm64"
|
|
|
|
]
|
|
|
|
},
|
2021-09-16 09:19:54 +00:00
|
|
|
{
|
|
|
|
"target": "zip",
|
|
|
|
"arch": [
|
|
|
|
"x64",
|
|
|
|
"arm64"
|
|
|
|
]
|
|
|
|
}
|
2020-05-18 17:05:45 +00:00
|
|
|
],
|
2021-01-07 07:33:16 +00:00
|
|
|
"icon": "icon.ico",
|
2021-01-07 07:33:42 +00:00
|
|
|
"publish": [
|
|
|
|
"github"
|
2021-01-12 16:34:46 +00:00
|
|
|
],
|
|
|
|
"rfc3161TimeStampServer": "http://sha256timestamp.ws.symantec.com/sha256/timestamp"
|
2020-03-14 10:45:43 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"packages",
|
2021-01-08 19:53:12 +00:00
|
|
|
"src",
|
|
|
|
"icon.png"
|
2020-03-14 10:45:43 +00:00
|
|
|
]
|
2019-12-26 19:08:51 +00:00
|
|
|
},
|
|
|
|
"homepage": "./",
|
|
|
|
"scripts": {
|
2022-05-19 23:03:31 +00:00
|
|
|
"start": "cross-env ELECTRON_START_URL=http://localhost:5001 DEVMODE=1 electron .",
|
2020-04-10 19:21:57 +00:00
|
|
|
"start:local": "cross-env electron .",
|
2019-12-26 19:08:51 +00:00
|
|
|
"dist": "electron-builder",
|
2021-03-21 18:20:42 +00:00
|
|
|
"build": "cd ../packages/api && yarn build && cd ../web && yarn build && cd ../../app && yarn dist",
|
|
|
|
"build:local": "cd ../packages/api && yarn build && cd ../web && yarn build && cd ../../app && yarn predist",
|
2021-12-28 08:03:28 +00:00
|
|
|
"postinstall": "yarn rebuild && patch-package",
|
2021-12-28 16:41:16 +00:00
|
|
|
"rebuild": "electron-builder install-app-deps",
|
2021-04-15 15:41:35 +00:00
|
|
|
"predist": "copyfiles ../packages/api/dist/* packages && copyfiles \"../packages/web/public/*\" packages && copyfiles \"../packages/web/public/**/*\" packages && copyfiles --up 3 \"../plugins/dist/**/*\" packages/plugins"
|
2019-12-26 19:08:51 +00:00
|
|
|
},
|
|
|
|
"main": "src/electron.js",
|
|
|
|
"devDependencies": {
|
2020-03-14 10:45:43 +00:00
|
|
|
"copyfiles": "^2.2.0",
|
|
|
|
"cross-env": "^6.0.3",
|
2022-07-29 19:31:45 +00:00
|
|
|
"electron": "17.4.10",
|
|
|
|
"electron-builder": "23.1.0",
|
2023-05-26 17:35:02 +00:00
|
|
|
"electron-builder-notarize": "^1.5.1"
|
2021-01-16 20:54:01 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2022-07-30 05:35:34 +00:00
|
|
|
"better-sqlite3": "7.6.2",
|
2023-05-26 15:35:13 +00:00
|
|
|
"msnodesqlv8": "^2.6.0",
|
2023-01-22 10:56:09 +00:00
|
|
|
"oracledb": "^5.5.0"
|
2019-12-26 19:08:51 +00:00
|
|
|
}
|
2021-06-10 06:47:20 +00:00
|
|
|
}
|