46 lines
931 B
JSON
46 lines
931 B
JSON
{
|
|
"name": "dtalk",
|
|
"version": "22.4.26",
|
|
"description": "钉钉-Linux版",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"pack": "electron-builder"
|
|
},
|
|
"author": {
|
|
"name": "yutent",
|
|
"email": "yutent.io@gmail.com"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^18.0.0",
|
|
"electron-builder": "^23.0.0"
|
|
},
|
|
"build": {
|
|
"appId": "top.yutent.dtalk",
|
|
"productName": "钉钉(DingTalk)",
|
|
"electronDownload": {
|
|
"version": "18.1.0",
|
|
"mirror": "https://npm.taobao.org/mirrors/electron/"
|
|
},
|
|
"copyright": "Copyright © 2019 ${author}",
|
|
"directories": {
|
|
"buildResources": "icons",
|
|
"output": "build"
|
|
},
|
|
"files": [
|
|
"src/**/*"
|
|
],
|
|
"linux": {
|
|
"category": "Network;Chat",
|
|
"target": [
|
|
{
|
|
"target": "deb",
|
|
"arch": "x64"
|
|
}
|
|
],
|
|
"icon": "./icons/"
|
|
}
|
|
},
|
|
"dependencies": {}
|
|
}
|