-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 859 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
{
"name": "mentor-me",
"version": "1.0.0",
"description": "Mentor and mentee connections",
"main": "index.html",
"scripts": {
"heroku-postbuild": "npm run build --prefix frontend",
"install": "npm --prefix backend install backend && npm --prefix frontend install frontend",
"dev:backend": "npm install --prefix backend start",
"dev:frontend": "npm install --prefix frontend start",
"sequelize": "npm run --prefix backend sequelize",
"sequelize-cli": "npm run --prefix backend sequelize-cli",
"start": "npm start --prefix backend"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scottgit/mentor-me.git"
},
"author": "Scott Smith",
"license": "ISC",
"bugs": {
"url": "https://github.com/scottgit/mentor-me/issues"
},
"homepage": "https://github.com/scottgit/mentor-me#readme"
}