forked from CS3219-AY2324S1/ay2324s1-course-assessment-g08
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.57 KB
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
32
{
"name": "ay2324s1-course-assessment-g08",
"version": "1.0.0",
"description": "[](https://classroom.github.com/a/6BOvYMwN)",
"main": "index.js",
"scripts": {
"frontend": "cd frontend && npm start",
"collaboration-service": "cd backend/collaboration-service && npm run start-dev",
"matching-service": "cd backend/matching-service && npm run start-dev",
"question-service": "cd backend/question-service && npm run start-dev",
"user-service": "cd backend/user-service && npm run start-dev",
"communication-service": "cd backend/communication-service && npm run start-dev",
"ai-service": "cd backend/ai-service && npm run start-dev",
"history-service": "cd backend/history-service && npm run start-dev",
"code-exec-service": "cd backend/code-exec-service && npm run start-dev",
"start-all": "concurrently npm:frontend npm:collaboration-service npm:code-exec-service npm:matching-service npm:question-service npm:user-service npm:communication-service npm:ai-service npm:history-service"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgyj123/ay2324s1-course-assessment-g08.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jgyj123/ay2324s1-course-assessment-g08/issues"
},
"homepage": "https://github.com/jgyj123/ay2324s1-course-assessment-g08#readme",
"dependencies": {
"concurrently": "^8.2.1"
}
}