feat: add server and frontend initial - wood chopping
This commit is contained in:
@@ -6,11 +6,14 @@
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"start": "tsx src/index.ts",
|
||||
"smoke": "node smoke.mjs",
|
||||
"build": "tsc --noEmit",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@idle/shared": "workspace:*",
|
||||
"@twurple/auth": "^8.0.0",
|
||||
"@twurple/chat": "^8.0.0",
|
||||
"sirv": "^3.0.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user