-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
40 lines (40 loc) · 855 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
39
40
{
"name": "nodemi",
"version": "1.0.6",
"description": "",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"engines": {
"node": "16.x.x"
},
"author": "andre aipassa",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.0",
"busboy": "^1.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"firebase-admin": "^11.5.0",
"fs-extra": "^11.1.0",
"jsonwebtoken": "^9.0.0",
"mysql2": "^3.0.1",
"nodemailer": "^6.9.1",
"pg": "^8.9.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.28.0",
"uuid": "^9.0.0",
"validator": "^13.7.0"
},
"devDependencies": {
"commander": "^10.0.0",
"nodemi-cli": "^1.0.52",
"nodemon": "^2.0.20"
}
}