-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (27 loc) · 866 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": "parchiapp",
"version": "1.0.0",
"description": "Smart Health Solutions",
"main": "index.js",
"scripts": {
"server-prod": "cd Backend && npm run start",
"client-prod": "cd Frontend && npm run build && npm start",
"server-dev": "cd Backend && npm run dev",
"client-dev": "cd Frontend && npm run dev",
"start": "concurrently \"npm run server-prod\" \"npm run client-prod\"",
"dev": "concurrently \"npm run server-dev\" \"npm run client-dev\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/himanshu007-creator/parchiapp.git"
},
"keywords": [
"parchi"
],
"author": "himanshu007-creator , piyushdhir1",
"license": "ISC",
"bugs": {
"url": "https://github.com/himanshu007-creator/parchiapp/issues"
},
"homepage": "https://github.com/himanshu007-creator/parchiapp#readme"
}