-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
28 lines (28 loc) · 994 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
{
"name": "orbital22-gather",
"version": "1.0.0",
"description": "A web app project for NUS's summer project Orbital (CP2106). Developed using the MERN (MongoDB, Express, React, Node) stack over Summer 2022 (May - Aug).",
"main": "index.js",
"scripts": {
"start": "concurrently --kill-others 'npm:--prefix ./server start' 'npm:--prefix ./client/ start'",
"build": "concurrently --kill others 'npm install ./server' 'npm install ./client'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/donljh/orbital22-gather.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/donljh/orbital22-gather/issues"
},
"homepage": "https://github.com/donljh/orbital22-gather#readme",
"dependencies": {
"@fullcalendar/timegrid": "^5.11.0",
"concurrently": "^7.2.1",
"frontend": "file:client",
"orbital22-gather": "file:server"
}
}