-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 843 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "remote-realm",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start-all": "concurrently -n CLIENT,SERVER,WHITEBOARD -c cyan,green,magenta \"npm --prefix client run dev\" \"npm --prefix server run dev\" \"npm --prefix whiteboard start\"",
"install-all": "concurrently -n ROOT,CLIENT,SERVER,WHITEBOARD -c yellow,cyan,green,magenta \"npm install\" \"npm --prefix client install\" \"npm --prefix server install\" \"npm --prefix whiteboard install\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Geekyash10/Remote-Realm.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Geekyash10/Remote-Realm/issues"
},
"homepage": "https://github.com/Geekyash10/Remote-Realm#readme",
"description": "",
"devDependencies": {
"concurrently": "^9.1.2"
}
}