-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.42 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.42 KB
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
{
"name": "express-ready-server",
"version": "2.1.0",
"description": "Easy Server to use",
"main": "index.js",
"scripts": {
"dev": "nodemon index",
"start": "node index",
"secret": "node util/cli/secretGenerator/secretGenerator.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@godaddy/terminus": "^4.12.1",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"apollo-server-express": "^3.13.0",
"bcrypt": "^6.0.0",
"cluster": "^0.7.7",
"compression": "^1.8.0",
"cors": "^2.8.5",
"defaults": "^3.0.0",
"dotenv": "^16.5.0",
"eslint": "^9.0.0",
"express": "^4.21.2",
"express-paginate": "^1.0.2",
"express-promise-router": "^4.1.1",
"express-rate-limit": "^7.5.0",
"graphql": "^16.11.0",
"helmet": "^8.1.0",
"i18n-express": "^1.1.3",
"joi": "^17.13.3",
"joi-objectid": "^4.0.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.15.1",
"morgan": "^1.10.0",
"multer": "^2.0.1",
"mysql2": "^3.14.1",
"npmlog": "^7.0.1",
"path-to-regexp": "^6.2.1",
"randomatic": "^3.1.1",
"sequelize": "^6.37.7",
"socket.io": "^4.8.1",
"toobusy-js": "^0.5.1",
"winston": "^3.17.0"
},
"devDependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"jest": "^30.0.0",
"nodemon": "^3.1.10",
"sequelize-cli": "^6.6.3"
}
}