@hyperapp/render
Version:
Render Hyperapp to an HTML string with SSR and Node.js streaming support
32 lines (31 loc) • 727 B
JSON
{
"name": "@hyperapp/render",
"version": "2.1.0",
"description": "Render Hyperapp to an HTML string with SSR and Node.js streaming support",
"repository": "hyperapp/render",
"author": "Vladimir Kutepov",
"license": "MIT",
"keywords": [
"hyperapp",
"render",
"string",
"stream",
"server",
"html",
"ssr"
],
"main": "node/index.js",
"module": "node/module.js",
"typings": "src/node.d.ts",
"esnext": "src/node.js",
"browser": {
"node/index.js": "./browser/index.js",
"node/module.js": "./browser/module.js",
"src/node.d.ts": "./src/browser.d.ts",
"src/node.js": "./src/browser.js"
},
"dependencies": {
"@types/node": "*",
"hyperapp": "^1.2.0"
}
}