-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 876 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
{
"name": "upjs",
"version": "1.0.0",
"description": "Simple app for downloading updates for your software",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"build": "pkg src/app.js --output \"bin/upjs\"",
"win-add-icon": "node src/add_icon.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gilnicki/upjs.git"
},
"author": "Grzegorz Ilnicki @gilnicki_",
"license": "MIT",
"bugs": {
"url": "https://github.com/gilnicki/upjs/issues"
},
"homepage": "https://github.com/gilnicki/updjs#readme",
"dependencies": {
"@octokit/core": "^3.1.2",
"compare-versions": "^3.6.0",
"del": "^6.0.0",
"extract-zip": "^2.0.1",
"follow-redirects": "^1.13.0",
"yargs": "^16.0.3"
},
"devDependencies": {
"rcedit": "^2.2.0"
}
}