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/client/package.json

17 lines
366 B
JSON

{
"name": "iceys-server-modpack-manager-client",
"version": "0.0.2",
"description": "client for iceys-server-modpack-manager",
"main": "client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start":"node ."
},
"author": "iceyrazor",
"license": "ISC",
"pkg": {
"scripts": "client.js"
},
"bin":"client.js"
}