forked from NoobTenLuka/CallcenterFrontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "callcenterfrontend",
"version": "1.0.0",
"description": "The frontend (and backend) of the hotline database client for gemeinschaft.online",
"scripts": {
"setup": "npm install && cd server && npm install && cd .. && cd client && npm install",
"dev": "concurrently \"cd server && npm run start-watch\" \"cd client && npm run start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoobTenLuka/CallcenterFrontend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NoobTenLuka/CallcenterFrontend/issues"
},
"homepage": "https://github.com/NoobTenLuka/CallcenterFrontend#readme",
"dependencies": {},
"devDependencies": {
"concurrently": "^5.1.0"
}
}