-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 987 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 987 Bytes
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
{
"name": "imm-backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"format": "prettier --write .",
"lint": "eslint --fix . --ext .js"
},
"keywords": [],
"author": "Pachaqtec3g",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1116.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-validator": "^6.14.0",
"jimp": "^0.16.1",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"mongoose": "^6.2.3",
"multer": "^1.4.4",
"mysql2": "^2.3.3",
"node-cron": "^3.0.2",
"nodemailer": "^6.8.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.15",
"prettier": "^2.5.1"
}
}