Newer
Older
express-blog / package.json
@Jason Jason on 1 Jun 638 bytes modified: package-lock.json
{
  "name": "express-blog",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "nodemon ./src/app.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "body-parser": "^2.2.0",
    "compression": "^1.8.0",
    "express": "^5.1.0",
    "express-handlebars": "^8.0.2",
    "express-rate-limit": "^7.5.0",
    "gray-matter": "^4.0.3",
    "hbs": "^4.2.0",
    "helmet": "^8.1.0",
    "marked": "^15.0.11",
    "morgan": "^1.10.0",
    "nodemon": "^3.1.10",
    "path": "^0.12.7"
  }
}