This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
iceys-server-modpack-manager/package.json

21 lines
389 B
JSON

{
"name": "iceys-server-modpack-manager",
"version": "0.0.2",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"author": "iceyrazor",
"license": "MIT",
"dependencies": {
"express": "^4.18.1",
"jszip": "^3.10.0"
},
"pkg": {
"scripts": "main.js"
},
"bin":"main.js"
}