-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 897 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "webp-angle",
"version": "1.6.2",
"description": "一个无依赖、稳定、美观、易用的 webp 生成器,可以解决你用其他工具生成的 webp 在各种平台下表现不一的问题。",
"main": "index.js",
"scripts": {
"start": "electron .",
"build": "electron-builder build -mw",
"build-win": "electron-builder build -w"
},
"author": "ShiLei",
"license": "BSD",
"devDependencies": {
"electron": "^17.1.2",
"electron-builder": "^22.14.13"
},
"keywords": [
"webp"
],
"bugs": {
"url": "https://github.com/nervouself/webp-angle/issues"
},
"homepage": "https://github.com/nervouself/webp-angle",
"build": {
"appId": "com.shilei.app",
"productName": "webp小天使",
"icon": "./src/icon.png",
"asar": false,
"mac": {
"target": "zip"
},
"win": {
"target": "zip"
}
}
}