{
  "name": "roosevelt",
  "description": "🧸 MVC web framework for Node.js designed to make Express easier to use.",
  "author": "Roosevelt Framework Team <rooseveltframework@gmail.com>",
  "contributors": [
    {
      "name": "Contributors",
      "url": "https://github.com/rooseveltframework/roosevelt/graphs/contributors"
    }
  ],
  "version": "0.31.8",
  "files": [
    "defaultErrorPages",
    "lib",
    "roosevelt.js",
    "*.md"
  ],
  "homepage": "https://rooseveltframework.org/docs/latest/get-started/",
  "license": "CC-BY-4.0",
  "main": "roosevelt.js",
  "readmeFilename": "README.md",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@colors/colors": "1.6.0",
    "@nodelib/fs.walk": "3.0.1",
    "app-module-path": "2.2.0",
    "better-sqlite3": "12.8.0",
    "clean-css": "5.3.3",
    "compression": "1.8.1",
    "cookie-parser": "1.4.7",
    "csrf-sync": "4.2.1",
    "express": "5.2.1",
    "express4": "npm:express@4.22.1",
    "express-html-validator": "1.0.1",
    "express-session": "1.19.0",
    "formidable": "3.5.4",
    "fs-extra": "11.3.4",
    "glob": "13.0.6",
    "helmet": "8.1.0",
    "html-minifier-terser": "7.2.0",
    "ip": "2.0.1",
    "method-override": "3.0.0",
    "minimatch": "10.2.4",
    "minify-html-attributes": "1.0.2",
    "morgan": "1.10.1",
    "progressively-enhance-web-components": "1.0.4",
    "express-browser-reload": "4.0.0",
    "roosevelt-logger": "1.0.1",
    "selfsigned": "4.0.1",
    "serve-favicon": "2.5.1",
    "source-configs": "1.0.0"
  },
  "devDependencies": {
    "axios": "1.13.6",
    "c8": "11.0.0",
    "less": "4.6.4",
    "mocha": "11.7.5",
    "node-forge": "1.3.3",
    "prompts": "2.4.2",
    "proxyquire": "2.1.3",
    "sass": "1.98.0",
    "sinon": "21.0.2",
    "standard": "17.1.2",
    "stylus": "0.64.0",
    "supertest": "7.2.2",
    "teddy": "1.1.4",
    "watcher": "2.3.1",
    "webpack": "5.105.4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rooseveltframework/roosevelt.git"
  },
  "keywords": [
    "roosevelt.js",
    "teddy.js",
    "node.js",
    "roosevelt",
    "teddy",
    "mvc",
    "Express",
    "Express.js",
    "framework",
    "web framework"
  ],
  "preferGlobal": true,
  "_from": "roosevelt@*",
  "gitHead": "",
  "mocha": {
    "timeout": "60s"
  },
  "scripts": {
    "coverage": "c8 --reporter=text --reporter=lcov mocha test/*.js",
    "lint": "standard",
    "lint-fix": "standard --fix",
    "test": "mocha test/*.js",
    "test-debug": "mocha --inspect-brk test/*.js"
  },
  "funding": "https://www.paypal.com/donate/?hosted_button_id=2L2X8GRXZCGJ6"
}
