UNPKG

hypel

Version:
44 lines (43 loc) 942 B
{ "name": "hypel", "type": "module", "version": "0.2.2", "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": "8.2.2", "inferno-server": "8.2.2", "html-tag-names": "^2.1.0", "hyperscript": "^2.0.2", "snabbdom": "3.5.1", "eslint": "^8.51.0", "jsdom": "^22.1.0", "react": "^18.2.0" }, "scripts" : { "lint": "eslint .", "test" : "node --test", "prepublishOnly": "npm run lint && npm test" } }