This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
dtalk-app
Archived
1
0
Fork 0
dtalk-app/package.json

46 lines
931 B
JSON
Raw Normal View History

2017-06-09 19:28:19 +08:00
{
2019-08-09 15:34:10 +08:00
"name": "dtalk",
2022-04-26 14:14:13 +08:00
"version": "22.4.26",
2019-08-09 15:34:10 +08:00
"description": "钉钉-Linux版",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder"
},
"author": {
"name": "yutent",
2022-04-24 15:34:38 +08:00
"email": "yutent.io@gmail.com"
2019-08-09 15:34:10 +08:00
},
"devDependencies": {
2022-04-24 15:34:38 +08:00
"electron": "^18.0.0",
"electron-builder": "^23.0.0"
2019-08-09 15:34:10 +08:00
},
"build": {
2022-04-24 15:34:38 +08:00
"appId": "top.yutent.dtalk",
"productName": "钉钉(DingTalk)",
"electronDownload": {
"version": "18.1.0",
"mirror": "https://npm.taobao.org/mirrors/electron/"
},
2019-08-09 15:34:10 +08:00
"copyright": "Copyright © 2019 ${author}",
"directories": {
"buildResources": "icons",
"output": "build"
2017-06-09 19:28:19 +08:00
},
2022-04-24 15:34:38 +08:00
"files": [
"src/**/*"
],
2019-08-09 15:34:10 +08:00
"linux": {
"category": "Network;Chat",
"target": [
{
"target": "deb",
"arch": "x64"
}
],
"icon": "./icons/"
}
},
"dependencies": {}
}