-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 910 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
29
30
31
32
{
"name": "mern-social-app",
"version": "1.1.3",
"description": "MeRightNow social network app",
"scripts": {
"start": "concurrently \"cd server && npm run dev\" \"cd client && npm start\" ",
"test": "cd server && npm run test -- --coverage && cd ../client && npm test -- --watchAll=false --coverage",
"populate": "cd server && npm run populate",
"install": "concurrently \"cd server && npm ci\" \"cd client && npm ci\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/pabramber01/MeRN.git"
},
"keywords": [
"MERN",
"social",
"network",
"frontend",
"backend",
"fullstack"
],
"author": "pabramber01",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pabramber01/MeRN/issues"
},
"homepage": "https://github.com/pabramber01/MeRN#readme",
"devDependencies": {
"concurrently": "^7.6.0"
}
}