-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.18 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "seven-whats",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "update-changelog && git add CHANGELOG.md",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prettier": "prettier --check **/*.js",
"dev": "cross-env NODE_ENV=development nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/trungnq89/nodejs-api.git"
},
"keywords": [
"node",
"node.js",
"boilerplate",
"rest",
"api",
"express",
"postgres",
"sequelize",
"joi",
"eslint",
"prettier",
"es9"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/trungnq89/nodejs-api/issues"
},
"homepage": "https://gitlab.com/trungnq89/nodejs-api#readme",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@whiskeysockets/baileys": "^6.7.8",
"accesscontrol": "^2.2.1",
"axios": "^1.7.7",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-rate-limit": "^5.2.3",
"helmet": "^4.4.1",
"http-status": "^1.5.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"nodemailer": "^6.4.17",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.5.0",
"swagger-jsdoc": "^6.0.2",
"swagger-ui-express": "^4.1.6",
"winston": "^3.3.3",
"xss-clean": "^0.1.1",
"yesql": "^5.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"nodemon": "^2.0.7",
"prettier": "^2.2.1",
"sequelize-cli": "^6.2.0",
"update-changelog": "^1.0.2"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}