-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.25 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "better-call-saul",
"version": "1.0.0",
"description": "A Money Manager App Created In MERN Stack",
"main": "server.js",
"scripts": {
"start": "cd server && node server.js",
"server": "cd server && nodemon server",
"client": "cd client && yarn start",
"build": "cd client && yarn install && yarn build",
"dev": "concurrently \"yarn server\" \"yarn client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanwanimohit/better-call-saul.git"
},
"keywords": [
"moneyy",
"manager",
"expeness-tracker",
"mern",
"node",
"react",
"mongodb"
],
"author": "Mohit Tanwani",
"license": "ISC",
"bugs": {
"url": "https://github.com/tanwanimohit/better-call-saul/issues"
},
"homepage": "https://github.com/tanwanimohit/better-call-saul#readme",
"dependencies": {
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"google-auth-library": "^6.0.0",
"mongoose": "^5.9.10",
"morgan": "^1.10.0",
"path": "^0.12.7"
},
"devDependencies": {
"concurrently": "^5.1.0",
"nodemon": "^2.0.3"
}
}