-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 747 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 747 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": "copy-list",
"productName": "Copy List",
"version": "1.0.9",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder",
"build:mac": "electron-builder --mac --universal"
},
"dependencies": {
"clipboardy": "^2.3.0"
},
"devDependencies": {
"electron": "^22.0.0",
"electron-builder": "^25.1.8"
},
"build": {
"appId": "com.humayun.copylist",
"productName": "Copy List",
"mac": {
"target": "dmg",
"identity": null,
"icon": "assets/icons/copy_list.icns"
}
},
"author": {
"name": "MD. Humayun Kabir",
"email": "kabir@coderex.co"
},
"publish": {
"provider": "github",
"owner": "kabir-coderex",
"repo": "CopyList"
}
}