-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
48
{
"name": "firexpress",
"version": "1.0.0",
"description": "People module of buzzkhata",
"main": "app.js",
"scripts": {
"dev": "nodemon ./bin/www",
"lint": "eslint ./ -c .eslintrc.js --ext js",
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mustanish/firexpress.git"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mustanish/firexpress/issues"
},
"homepage": "https://github.com/mustanish/firexpress#readme",
"dependencies": {
"@hapi/joi": "^17.1.0",
"app-root-path": "^3.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"deep-freeze": "^0.0.1",
"express": "^4.17.1",
"helmet": "^3.21.2",
"http-status-codes": "^1.4.0",
"lodash": "^4.17.15",
"luxon": "^1.22.0",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"pg": "^7.18.2",
"redis": "^3.0.2",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-prettier": "^3.1.2",
"nodemon": "^2.0.2",
"prettier": "^1.19.1"
}
}