summaryrefslogtreecommitdiff
path: root/package.json
blob: 1755a5a19b847f2686da609d111c6396371201af (plain)
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
39
{
  "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 <mchaeldonald62@pm.me>",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.20.2",
    "chalk-animation": "^2.0.3",
    "cookie-parser": "^1.4.6",
    "csurf": "^1.11.0",
    "dompurify": "^3.1.5",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "express-limit": "^1.0.0",
    "helmet": "^7.1.0",
    "highlight.js": "^11.9.0",
    "jest": "^29.7.0",
    "jsdom": "^24.1.0",
    "markdown-it": "^14.1.0",
    "mysql2": "^3.10.2",
    "nodemailer": "^6.9.14",
    "nodemon": "^3.1.4",
    "pm2": "^5.4.1",
    "rss": "^1.2.2",
    "sitemap": "^8.0.0",
    "winston": "^3.13.0"
  }
}