{ "name": "cosmic", "version": "1.0.0", "description": "Cosmic is a framework build on top of express.", "main": "app.js", "scripts": { "dev": "nodemon app.js", "start": "pm2 start app.js", "stop": "pm2 stop app.js", "restart": "pm2 restart app.js", "monitor": "pm2 monitor app.js", "update": "pm2 update" }, "keywords": [], "author": "Mhykol ", "license": "MIT", "dependencies": { "body-parser": "^1.20.3", "chalk-animation": "^2.0.3", "cookie-parser": "^1.4.7", "csrf": "^3.1.0", "dompurify": "^3.2.3", "dotenv": "^16.4.7", "express": "^4.21.2", "express-rate-limit": "^7.5.0", "helmet": "^8.0.0", "highlight.js": "^11.11.1", "jest": "^29.7.0", "jsdom": "^25.0.1", "markdown-it": "^14.1.0", "mysql2": "^3.12.0", "nodemailer": "^6.9.16", "nodemon": "^3.1.9", "pm2": "^5.4.3", "rss": "^1.2.2", "sitemap": "^8.0.0", "winston": "^3.17.0" } }