This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
hypixel-helper/package.json

20 lines
464 B
JSON

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