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
2022-04-07 20:39:08 -05:00

18 lines
349 B
JSON

{
"name": "hypixel-helper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm start -ws",
"build": "npm run build -ws"
},
"author": "",
"license": "ISC",
"workspaces": [
"client"
],
"dependencies": {
"create-react-app": "^5.0.0"
}
}