diff options
| author | Mhykol <mchaeldonald62@pm.me> | 2024-05-03 10:56:46 -0400 |
|---|---|---|
| committer | Mhykol <mchaeldonald62@pm.me> | 2024-05-03 10:56:46 -0400 |
| commit | 8c814d79235a38465ef46052cf9a523d555a29e7 (patch) | |
| tree | 1c50d136015e3759aa6c9743282692ed9d0df390 /package.json | |
Initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..e2d53cf --- /dev/null +++ b/package.json @@ -0,0 +1,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" + } +} |
