tsx-dom-ssr
Version:
A simple way to use tsx syntax to do async server-side-rendering.
43 lines (42 loc) • 882 B
JSON
{
"name": "tsx-dom-ssr",
"version": "1.1.0",
"description": "A simple way to use tsx syntax to do async server-side-rendering.",
"keywords": [
"TypeScript",
"tsx",
"jsx",
"create-element",
"SSR",
"async"
],
"homepage": "https://github.com/Lusito/tsx-dom",
"bugs": {
"url": "https://github.com/Lusito/tsx-dom/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Lusito/tsx-dom.git"
},
"license": "MIT",
"author": "Santo Pfingsten",
"type": "commonjs",
"exports": {
".": "./dist/index.js",
"./jsx-runtime": "./dist/jsx-runtime.js"
},
"main": "dist/index.js",
"typesVersions": {
"*": {
"jsx-runtime": [
"dist/jsx-runtime"
]
}
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json"
},
"dependencies": {
"tsx-dom-types": "2.1.0"
}
}