-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1 KB
/
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": "electron-forge-publisher-local",
"version": "0.1.6-alpha",
"description": "Local publisher for Electron Forge",
"main": "dist/PublisherLocal.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.54",
"@electron-forge/publisher-base": "6.0.0-beta.54",
"@electron-forge/shared-types": "6.0.0-beta.54",
"crypto": "^1.0.1",
"js-yaml": "^4.0.0"
},
"engines": {
"node": ">= 10.0.0"
},
"author": {
"name": "Emma Litwa-Vulcu",
"email": "80431903+reiniiriarios@users.noreply.github.com"
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/reiniiriarios/electron-forge-publisher-local.git"
},
"bugs": {
"url": "https://github.com/reiniiriarios/electron-forge-publisher-local/issues"
},
"homepage": "https://github.com/reiniiriarios/electron-forge-publisher-local",
"keywords": [
"electron",
"electron forge"
]
}