-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 895 Bytes
/
package.json
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": "git-lfs-locks-editor",
"version": "1.0.0",
"description": "Gui editor Git LFS file locks",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"distMac": "electron-builder -m",
"distWindows": "electron-builder -w",
"distLinux": "electron-builder -l",
"distAll": "electron-builder -mwl",
"postinstall": "electron-builder install-app-deps"
},
"repository": {
"type": "git",
"url": "https://github.com/stephan-nordnes-eriksen/git-lfs-locks-editor.git"
},
"author": "Stephan Nordnes Eriksen",
"license": "MIT",
"devDependencies": {
"electron": "^6.0.3",
"electron-builder": "^22.2.0"
},
"build": {
"appId": "com.snes.git-lfs-locks-editor",
"mac": {
"category": "git"
}
},
"dependencies": {
"fix-path": "^2.1.0"
}
}