-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 881 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
{
"name": "fireme",
"version": "1.0.6",
"description": "",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"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",
"express-rate-limit": "^8.3.2",
"firebase-admin": "^11.5.0",
"fs-extra": "^11.1.0",
"jsonwebtoken": "^9.0.0",
"nodemailer": "^6.9.1",
"uuid": "^9.0.0",
"validator": "^13.7.0",
"xss": "^1.0.15"
},
"devDependencies": {
"commander": "^10.0.0",
"eslint": "^8.44.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"fireme-cli": "^1.0.61",
"nodemon": "^2.0.20"
}
}