-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (28 loc) · 1.18 KB
/
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
29
{
"name": "FitOn",
"version": "1.0.0",
"description": "A healthy lifestyle is difficult to navigate. It is challenging to realize one's own fitness goals. Consistency is the foundation of fitness success. As social beings, exercising with others can be very motivating. FitOn provides a social platform for users to work alongside each other as they carve out their best selves.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"backend-install": "npm install --prefix backend",
"backend": "npm run dev --prefix backend",
"frontend-install": "npm install --prefix frontend",
"frontend": "npm start --prefix frontend",
"frontend-build": "npm run build --prefix frontend",
"build": "npm run backend-install && npm run frontend-install && npm run frontend-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rjeriomenko/FitOn.git"
},
"keywords": [],
"author": "Rokas Jeriomenko, Carvey Hor, Sam Oh, Michele Zhang",
"license": "ISC",
"bugs": {
"url": "https://github.com/rjeriomenko/FitOn/issues"
},
"engines": {
"node": "16.19"
},
"homepage": "https://github.com/rjeriomenko/FitOn#readme"
}