-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 911 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
{
"name": "canyouemailmethenotes",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@sendgrid/mail": "^8.1.3",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.6",
"docx-preview": "^0.3.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.0",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.0",
"express-sitemap-xml": "^3.1.0",
"libreoffice-convert": "^1.6.0",
"mammoth": "^1.8.0",
"mariadb": "^3.3.2",
"multer": "^1.4.5-lts.1",
"node-pandoc": "^0.3.0",
"sanitize-html": "^2.13.1",
"serve-favicon": "^2.5.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"html-minifier": "^4.0.0",
"uglify-js": "^3.19.3"
}
}