feat: Add package.json for Turtle Control Center project configuration
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "turtle-control-center",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Web-based control center for ComputerCraft mining turtles",
|
||||||
|
"scripts": {
|
||||||
|
"install:all": "cd server && npm install && cd ../client && npm install",
|
||||||
|
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
||||||
|
"server": "cd server && npm start",
|
||||||
|
"client": "cd client && npm run dev",
|
||||||
|
"build": "cd client && npm run build"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"minecraft",
|
||||||
|
"computercraft",
|
||||||
|
"turtle",
|
||||||
|
"control",
|
||||||
|
"web"
|
||||||
|
],
|
||||||
|
"author": "",
|
||||||
|
"license": "MIT",
|
||||||
|
"devDependencies": {
|
||||||
|
"concurrently": "^8.2.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user