{ "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" }