hypel
Version:
Terse syntax for hyperscript
44 lines (43 loc) • 942 B
JSON
{
"name": "hypel",
"type": "module",
"version": "0.2.5",
"license": "MIT",
"readmeFilename": "README.md",
"description": "Terse syntax for hyperscript",
"author": "Chris <chris@bumblehead.com>",
"main": "hypel.js",
"exports": {
"import": "./hypel.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iambumblehead/hypel.git"
},
"files": [
"./hypel.js"
],
"keywords": [
"hyperscript-helpers",
"virtual-hyperscript",
"virtual-dom",
"hyperscript",
"dynamic id",
"dynamic class"
],
"devDependencies": {
"inferno-hyperscript": "9.0.3",
"inferno-server": "9.0.3",
"html-tag-names": "^2.1.0",
"hyperscript": "^2.0.2",
"snabbdom": "3.6.2",
"eslint": "^9.32.0",
"jsdom": "^26.1.0",
"react": "^19.1.1"
},
"scripts" : {
"lint": "eslint .",
"test" : "node --test",
"prepublishOnly": "npm run lint && npm test"
}
}