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
|
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon app.js",
"prod": "nodejs app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"chalk-animation": "^2.0.3",
"cookie-parser": "^1.4.6",
"dompurify": "^3.1.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"helmet": "^7.1.0",
"highlight.js": "^11.9.0",
"jsdom": "^24.0.0",
"markdown-it": "^14.1.0",
"mysql2": "^3.9.7",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.0",
"pm2": "^5.3.1",
"winston": "^3.13.0"
}
}
|