{
  "name": "hyperjsx",
  "version": "1.0.12",
  "description": "A \"template\" language for static hypertext documents (HTML) using JSX",
  "keywords": ["JSX", "html", "render", "static", "template", "hypertext", "hyperscript"],
  "author": "Lee Byron",
  "license": "MIT",
  "main": "hyperjsx.js",
  "types": "hyperjsx.d.ts",
  "files": ["*.d.ts", "*.js"],
  "scripts": {
    "test": "cd tests && npm install --no-package-lock && npm test"
  }
}
