{
  "name": "areto",
  "version": "3.7.1",
  "description": "Adaptive Node.js MVC Framework",
  "author": {
    "name": "Maxim Khorin",
    "email": "maksimovichu@gmail.com"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.20.4"
  },
  "homepage": "https://github.com/mkhorin/areto",
  "repository": {
    "type": "git",
    "url": "https://github.com/mkhorin/areto.git"
  },
  "dependencies": {
    "body-parser": "~1.20.3",
    "connect-flash": "~0.1.1",
    "cookie-parser": "~1.4.6",
    "express": "~4.21.0",
    "express-session": "~1.18.0",
    "moment": "~2.30.1",
    "mongodb": "~6.9.0",
    "mysql": "~2.18.1",
    "path-to-regexp": "~8.2.0"
  },
  "devDependencies": {
    "chai": "~4.4.1"
  },
  "scripts": {
    "test": "mocha test/run --recursive"
  }
}