{
    "name": "tarkine",
    "version": "1.0.9",
    "description": "Tarkine - A lightweight and high-performance template engine for Node.js, designed for speed and simplicity.",
    "main": "src/index.js",
    "browser": "src/browser.min.js",
    "files": [
        "src",
        "LICENSE",
        "README.md",
        "templates",
        "tests"
    ],
    "scripts": {
        "dev-install": "npm i -g jest esbuild",
        "test": "jest",
        "build": "esbuild src/browser.js --outfile=src/browser.min.js --platform=browser --global-name=Tarkine --bundle --minify"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/madhanmaaz/tarkine"
    },
    "author": {
        "name": "madhanmaaz",
        "url": "https://madhanmaaz.netlify.app/"
    },
    "keywords": [
        "template-engine",
        "hono",
        "hono-template-engine",
        "hono-renderer",
        "hono-render",
        "hono-render-file",
        "hono-render-view",
        "nodejs",
        "templating",
        "fast",
        "lightweight",
        "performance",
        "server-side",
        "html-rendering",
        "express",
        "dynamic-templates",
        "minimalist",
        "templating-library",
        "view-engine",
        "SSR",
        "simple"
    ],
    "license": "MIT"
}
