All workspace packages to 8.0.0; inter-package ranges tightened from * to ^8.0.0 for publication. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014NgfSjHE11oFpoSnLVKLXd
36 lines
741 B
JSON
36 lines
741 B
JSON
{
|
|
"name": "@uhhm/buuh-html",
|
|
"version": "8.0.0",
|
|
"description": "HTML template literals that render to DOM in the browser and strings on the server",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"browser": "./browser.js",
|
|
"default": "./server.js"
|
|
},
|
|
"./browser": "./browser.js",
|
|
"./server": "./server.js",
|
|
"./hydrate": "./hydrate.js",
|
|
"./raw": "./raw.js",
|
|
"./morph": "./morph.js"
|
|
},
|
|
"files": [
|
|
"browser.js",
|
|
"server.js",
|
|
"hydrate.js",
|
|
"raw.js",
|
|
"morph.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"repository": "https://project.uhhm.no/uhhm/buuh",
|
|
"keywords": [
|
|
"html",
|
|
"template",
|
|
"tagged-template",
|
|
"server-side-rendering"
|
|
],
|
|
"license": "MIT"
|
|
}
|