-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 959 Bytes
/
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
{
"name": "palacepetz-api",
"version": "1.5.0",
"description": "API of PalacePetz mobile and system",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [
"palacepetz",
"Palace",
"node",
"api",
"rest"
],
"author": "Kaua Vitorio da Silva Lima",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"crypto-js": "^4.0.0",
"email-templates": "^8.0.4",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"grep": "^0.1.0",
"handlebars": "^4.7.7",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}