tarkine
Version:
Tarkine - A lightweight and high-performance template engine for Node.js, designed for speed and simplicity.
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "tarkine",
"version": "1.1.1",
"description": "Tarkine - A lightweight and high-performance template engine for Node.js, designed for speed and simplicity.",
"author": {
"name": "madhanmaaz",
"url": "https://madhanmaaz.netlify.app/"
},
"repository": {
"type": "git",
"url": "https://github.com/madhanmaaz/tarkine"
},
"bugs": {
"url": "https://github.com/madhanmaaz/tarkine/issues"
},
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"browser": "./dist/browser.min.js",
"files": [
"dist",
"LICENSE",
"README.md",
"templates",
"tests"
],
"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"
]
}