{ "name": "hypixel-helper", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "npm start -ws", "build": "npm run build -ws", "prepackage": "npm ci && npm run build", "package": "tar -czf ./build.tar.gz -C build ." }, "author": "C4 Patino", "license": "ISC", "workspaces": [ "client" ], "dependencies": { "create-react-app": "^5.0.0" } }