-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
46
47
{
"name": "fampay",
"version": "1.0.0",
"description": "Fampay-Backend",
"main": "app.js",
"scripts": {
"start": "nodemon app.js"
},
"author": "Punit",
"license": "MIT",
"dependencies": {
"cookie-parser": "^1.4.5",
"dayjs": "^1.10.5",
"debug": "^4.3.1",
"dotenv-defaults": "^2.0.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"googleapis": "^78.0.0",
"http-errors": "^1.8.0",
"http-status-codes": "^2.1.4",
"mongoose": "^5.12.14",
"mongoose-fuzzy-searching": "^2.0.2",
"morgan": "^1.10.0",
"node-cron": "^3.0.0",
"winston": "^3.3.3",
"dotenv": "^16.0.3",
"fs": "0.0.1-security",
"google-auth-library": "^8.7.0",
"path": "^0.12.7",
"require": "^2.4.20"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@commitlint/cz-commitlint": "^12.1.4",
"@commitlint/prompt": "^12.1.4",
"commitizen": "^4.2.4",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-xo": "^0.37.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"nodemon": "^2.0.7",
"prettier": "^2.3.1",
"pretty-quick": "^3.1.1"
}
}