UNPKG

tarkine

Version:

Tarkine - A lightweight and high-performance template engine for Node.js, designed for speed and simplicity.

36 lines 882 B
{ "name": "tarkine", "version": "1.0.2", "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", "scripts": { "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", "nodejs", "templating", "fast", "lightweight", "performance", "server-side", "html-rendering", "express", "dynamic-templates", "minimalist", "templating-library", "view-engine", "SSR", "simple" ], "license": "MIT" }