jsx-dom
Version:
JSX to document.createElement.
44 lines (43 loc) • 852 B
JSON
{
"name": "jsx-dom",
"version": "8.1.6",
"description": "JSX to document.createElement.",
"main": "index.js",
"module": "index.js",
"keywords": [
"jsx",
"dom"
],
"typings": "index.d.ts",
"author": "proteriax",
"license": "BSD-3-Clause",
"dependencies": {
"csstype": "^3.1.3"
},
"eslintIgnore": [
"build"
],
"resolutions": {
"@babel/types": "^7.25.4"
},
"lint-staged": {
"*.ts": [
"eslint --fix",
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && yarn build && yarn test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/proteriax/jsx-dom.git"
},
"bugs": {
"url": "https://github.com/proteriax/jsx-dom/issues"
},
"homepage": "https://github.com/proteriax/jsx-dom#readme",
"type": "module"
}