-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.35 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.35 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
{
"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": "^2.4.1",
"ajv": "^6.12.2",
"ajv-errors": "^1.0.1",
"apollo-server-express": "^2.25.3",
"bcrypt": "^5.0.1",
"cluster": "^0.7.7",
"compression": "^1.7.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-paginate": "^1.0.0",
"express-promise-router": "^3.0.3",
"express-rate-limit": "^3.1.0",
"graphql": "^15.8.0",
"helmet": "^3.21.1",
"i18n-express": "^1.1.3",
"joi": "^13.6.0",
"joi-objectid": "^2.0.0",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.21",
"mongoose": "^6.0.13",
"morgan": "^1.9.1",
"multer": "^1.3.1",
"mysql2": "^3.9.8",
"npmlog": "^4.1.2",
"randomatic": "^3.1.1",
"sequelize": "^6.9.0",
"socket.io": "^3.0.0",
"toobusy-js": "^0.5.1",
"winston": "^3.0.0"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"jest": "^27.3.1",
"nodemon": "^2.0.15",
"sequelize-cli": "^6.3.0"
}
}