mirror of
https://github.com/qishibo/AnotherRedisDesktopManager.git
synced 2026-01-18 16:12:43 +00:00
61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"name": "another-redis-desktop-manager",
|
|
"version": "1.2.0",
|
|
"description": "A faster, better and more stable redis desktop manager.",
|
|
"author": "qii404.me",
|
|
"private": true,
|
|
"main": "electron-main.js",
|
|
"dependencies": {
|
|
"electron-updater": "^4.0.6"
|
|
},
|
|
"publish": [{
|
|
"provider": "github",
|
|
"owner": "qishibo",
|
|
"repo": "AnotherRedisDesktopManager"
|
|
}],
|
|
"repository": "github:qishibo/AnotherRedisDesktopManager",
|
|
"build": {
|
|
"appId": "me.qii404.another-redis-desktop-manager",
|
|
"productName": "Another.Redis.Desktop.Manager",
|
|
"artifactName": "${productName}.${version}.${ext}",
|
|
"copyright": "Copyright © 2019 qii404.me",
|
|
"asar": true,
|
|
"directories": {
|
|
"output": "build-apps",
|
|
"buildResources": "./"
|
|
},
|
|
"electronVersion": "4.1.0",
|
|
"files": [
|
|
"!static/js/*.map",
|
|
"!static/css/*.map"
|
|
],
|
|
"win": {
|
|
"icon": "icons/icon.png",
|
|
"target": [
|
|
"nsis"
|
|
]
|
|
},
|
|
"nsis": {
|
|
"allowToChangeInstallationDirectory": true,
|
|
"oneClick": false,
|
|
"menuCategory": true,
|
|
"allowElevation": false
|
|
},
|
|
"linux": {
|
|
"icon": "icons/",
|
|
"category": "Utility",
|
|
"target": [
|
|
"AppImage"
|
|
]
|
|
},
|
|
"mac": {
|
|
"icon": "icons/icon.png",
|
|
"type": "development",
|
|
"category": "public.app-category.developer-tools",
|
|
"target": [
|
|
"dmg"
|
|
]
|
|
}
|
|
}
|
|
}
|