{
    "name": "mm_tpl",
    "version": "2.5.9",
    "description": "Super Meimei Template Engine - High-performance template engine based on art-template with MVC pattern, hook system, theme switching and caching mechanism",
    "main": "index.js",
    "scripts": {
        "dev": "nodemon test.js",
        "test": "node test.js",
        "coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage"
    },
    "repository": {
        "type": "git",
        "url": "git+https://gitee.com/qiuwenwu91/mm_tpl.git"
    },
    "keywords": [
        "template",
        "engine",
        "mvc",
        "web",
        "view",
        "render",
        "art-template",
        "hook",
        "theme",
        "cache",
        "nodejs",
        "javascript"
    ],
    "author": "邱文武",
    "license": "MIT",
    "bugs": {
        "url": "https://gitee.com/qiuwenwu91/mm_tpl/issues"
    },
    "homepage": "https://gitee.com/qiuwenwu91/mm_tpl#readme",
    "dependencies": {
        "art-template": "^4.13.7",
        "mm_expand": "^2.4.0"
    },
    "engines": {
        "node": ">=12.0.0"
    },
    "files": [
        "index.js",
        "hook.js",
        "tpl_rule.js",
        "README.md",
        "README_EN.md",
        "package.json"
    ]
}
