-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·28 lines (28 loc) · 932 Bytes
/
package.json
File metadata and controls
executable file
·28 lines (28 loc) · 932 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
{
"name": "modupdater",
"version": "v0.6.1",
"author": "notlet",
"repository": "github:notlet/modupdater",
"main": "modupdater.js",
"dependencies": {
"adm-zip": "^0.5.14",
"axios": "^1.7.2",
"chalk": "^4.1.2",
"enquirer": "^2.4.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"log-symbols": "^5.1.0",
"ora": "^6.3.1",
"progress": "^2.0.3"
},
"description": "auto mod updater for sussy smp",
"homepage": "https://github.com/notlet/modupdater#readme",
"license": "MIT",
"private": false,
"scripts": {
"build-linux": "bun build modupdater.js --target=bun-linux-x64 --compile --minify --sourcemap --outfile=out/modupdater-linux",
"build-windows": "bun build modupdater.js --target=bun-windows-x64 --compile --minify --sourcemap --outfile=out/modupdater-windows.exe",
"build-all": "bun run build-linux && bun run build-windows"
}
}