-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.27 KB
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "editorperrepo",
"productName": "EditorPerRepo",
"version": "1.3.0",
"description": "Open a different editor for each repo when using GitHub Desktop's editor integration feature!",
"main": "main.js",
"scripts": {
"start": "electron-forge start .",
"package": "electron-forge package --arch=ia32,x64",
"make": "electron-forge make --arch=ia32,x64",
"publish": "electron-forge publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rynstwrt/EditorPerRepoElectron.git"
},
"keywords": [
"github",
"repo",
"editor",
"editorperrepo",
"IDE",
"ideperrepo",
"electron"
],
"author": "Ryn Stewart",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/rynstwrt/EditorPerRepoElectron/issues"
},
"homepage": "https://github.com/rynstwrt/EditorPerRepoElectron",
"devDependencies": {
"@electron-forge/cli": "^7.7.0",
"@electron-forge/maker-squirrel": "^7.7.0",
"@electron-forge/publisher-github": "^7.7.0",
"electron": "^35.0.1",
"electron-reload": "^2.0.0-alpha.1"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.44.2",
"electron-squirrel-startup": "^1.0.1",
"glob": "^11.0.3",
"minimist": "^1.2.8",
"uninstall": "^0.0.0"
}
}