-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 651 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "trio-calls",
"version": "1.1.0",
"description": "Trio Calls",
"scripts": {
"install": "cd client && npm i && cd ../server & cd npm install",
"start:client": "cd client && npm start",
"start:server": "cd server && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arpitBhalla/MicrosoftEngageMentorship2021.git"
},
"author": "Arpit Bhalla <https://github.com/arpitBhalla>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arpitBhalla/MicrosoftEngageMentorship2021/issues"
},
"homepage": "https://github.com/arpitBhalla/MicrosoftEngageMentorship2021#readme"
}