18 lines
349 B
JSON
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"
|
|
}
|
|
}
|