generated from msalloum/CS178A-B-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 844 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
{
"name": "apejobs",
"version": "1.0.0",
"engines": {
"node": "16.x",
"npm": "8.3.1"
},
"description": "- [Overview](#overview)\r - [Usage](#usage)\r - [How To Run](#how-to-run)\r - [Dependencies](#dependencies)",
"main": "index.js",
"scripts": {
"start": "npm start --prefix backend",
"install-frontend": "cd frontend && npm install && npm run build && cd ..",
"install-backend": "cd backend && npm install && cd .. ",
"heroku-postbuild": "npm run install-frontend && npm run install-backend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UCR-CS110/final-project-scottyjobs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UCR-CS110/final-project-scottyjobs/issues"
},
"homepage": "https://github.com/UCR-CS110/final-project-scottyjobs#readme"
}