-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1009 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@partyworks/repo",
"version": "0.0.0",
"private": true,
"description": "the party framework for the party people",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"start": "npm start -w partyworks-server",
"dev:init": "npm run build -w partyworks-server && npm run build -w partyworks-shared && npm run build -w partyworks-socket && npm run build -w partyworks-client && npm run build -w partyworks-react",
"dev": "npm run dev:init && concurrently \"npm run dev -w partyworks-server\" \"npm run dev -w partyworks-shared\" \"npm run dev -w partyworks-socket\" \"npm run dev -w partyworks-client\" \"npm run dev -w partyworks-react\" ",
"example": "npm run dev -w test"
},
"keywords": [
"multiplayer",
"bob",
"realtime",
"great bob",
"websockets",
"all hail bob"
],
"author": "bob",
"license": "ISC",
"devDependencies": {
"concurrently": "^8.2.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}