{
    "name": "readme-framework",
    "version": "1.3.7",
    "type": "module",
    "imports": {
        "#utils/*": "./src/utils/*.js"
    },
    "bin": {
        "readme": "./bin/cli.js"
    },
    "dependencies": {
        "axios": "^1.8.3",
        "chalk": "4",
        "chokidar": "^4.0.3",
        "commander": "^10.0.1",
        "cross-env": "^7.0.3",
        "dotenv": "^16.0.0",
        "ejs": "^3.1.10",
        "express": "^4.21.2",
        "fs": "^0.0.1-security",
        "fs-extra": "^11.3.0",
        "gray-matter": "^4.0.3",
        "html-minifier": "^4.0.0",
        "marked": "^4.3.0",
        "npm-seo-optimizer": "^1.0.0",
        "open": "^10.1.0",
        "readme-theme": "^1.0.0",
        "readme-urls": "^1.0.8",
        "rimraf": "^5.0.5",
        "serve": "^14.2.4"
    },
    "description": "readME is a modern static document generator framework built with Node.js. It provides a Command Line Interface (CLI) to create, manage, and organize website documentation with ease. The framework is designed to streamline the process of generating static websites, folders, and files, while automatically updating the sidebar menu for navigation. It uses the latest CSS and JavaScript practices to ensure a modern and responsive user experience.",
    "main": "index.js",
    "scripts": {
        "nuke": "rimraf dist node_modules package-lock.json",
        "reset": "npm run nuke && npm install",
        "build": "readme build templates",
        "start": "readme start",
        "serve": "serve dist",
        "plugins-update": "node src/commands/plugins/init.js update",
        "gen-theme": "node themes/config/generate.js",
        "build-themes": "node themes/config/build.js",
        "themes-manager": "node themes/config/manager.js",
        "gen-themes": "node themes/config/generate.js",
        "gen-menu": "node ./plugins/readme-urls/plugins/readme-urls/menu.js",
        "optimize-seo": "npm-seo-optimize",
        "plugins-security": "readme plugins-security",
        "check-plugins": "node skeleton/controllers/plugins.js",
        "check-templates": "node skeleton/controllers/templates.js",
        "check-themes": "node skeleton/controllers/themes.js",
        "skeleton-report": "node skeleton/print.js",
        "check-system": "node system/errors.js",
        "install-plugin": "node src/commands/plugins/install.js",
        "install-theme": "node themes/install.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ronyman-com/readME.git"
    },
    "cleanUrls": true,
    "public": "dist",
    "rewrites": [
        {
            "source": "**",
            "destination": "/index.html"
        }
    ],
    "headers": [
        {
            "source": "**/*",
            "headers": [
                {
                    "key": "Cache-Control",
                    "value": "no-store, max-age=0"
                }
            ]
        }
    ],
    "keywords": [
        "readME",
        "Document",
        "site",
        "creator",
        "Rony",
        "MAN"
    ],
    "author": "Rony MAN",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/ronyman-com/readME/issues"
    },
    "homepage": "https://github.com/ronyman-com/readME#readme"
}
