tsx-dom
Version:
A simple way to use tsx syntax to create native dom elements using document.createElement.
42 lines (41 loc) • 927 B
JSON
{
"name": "tsx-dom",
"version": "3.1.0",
"description": "A simple way to use tsx syntax to create native dom elements using document.createElement.",
"keywords": [
"TypeScript",
"tsx",
"jsx",
"create-element"
],
"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",
"exports": {
".": "./dist/index.js",
"./jsx-runtime": "./dist/jsx-runtime.js",
"./jsx-dev-runtime": "./dist/jsx-runtime.js"
},
"main": "dist/index.js",
"typesVersions": {
"*": {
"jsx-runtime": [
"dist/jsx-runtime"
]
}
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"test": "jest"
},
"dependencies": {
"tsx-dom-types": "2.1.0"
}
}