webfluent 0.4.0-alpha

The Web-First Language — compiles to HTML, CSS, JavaScript, and PDF. 50+ built-in components, reactivity, routing, i18n, SSG, and template engine.
Documentation
{
  "name": "@aspect/webfluent",
  "version": "0.2.0-alpha",
  "description": "WebFluent template engine for Node.js — render .wf templates to HTML and PDF",
  "main": "index.js",
  "types": "index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/monzeromer-lab/WebFluent"
  },
  "keywords": ["webfluent", "template-engine", "html", "pdf", "ssr"],
  "files": ["index.js", "index.d.ts", "README.md"],
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "test": "node test.js"
  }
}