{
  "name": "jsgui3-html",
  "main": "html.js",
  "types": "html.d.ts",
  "exports": {
    ".": {
      "require": "./html.js",
      "types": "./html.d.ts"
    },
    "./types": {
      "types": "./types/index.d.ts"
    },
    "./types/*": {
      "types": "./types/*.d.ts"
    },
    "./control_mixins/*": {
      "default": "./control_mixins/*.js"
    }
  },
  "scripts": {
    "lab:list": "node lab/experiment_runner.js list",
    "lab:run": "node lab/experiment_runner.js run",
    "lab:run-all": "node lab/experiment_runner.js run-all",
    "test:playwright:all": "npm --prefix test/e2e run test:playwright:all",
    "sprint-tracker": "node tools/sprint-tracker/tracker_server.js",
    "sprint-tracker:electron": "cd tools/sprint-tracker && npx electron ."
  },
  "license": "MIT",
  "dependencies": {
    "fnl": "^0.0.37",
    "jsgui3-gfx-core": "^0.0.26",
    "lang-tools": "^0.0.45",
    "obext": "^0.0.34",
    "url-parse": "^1.5.10"
  },
  "depNotes": {
    "lang-tools": [
      "Will upgrade lang-tools so that it can have compilers loaded into it.?????2023???? ",
      "Compiler dependency would be within the server or app.",
      "Have it very lightweight actually within lang-tools"
    ]
  },
  "removedDeps": {
    "deep-equal": "^2.0.3",
    "lang-mini": "^0.0.24"
  },
  "notes": [
    "Not so sure on the lang-tools dependency.",
    "Want a way to integrate compilers easily both at server/app level and point of use.",
    "Making a jsgui3-html-core module would help / be the way. It would include ways to load more controls and then there will still be jsgui3-html"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "description": "Jsgui HTML generation and processing module (isomorphic, runs on client and server, few npm requirements)",
  "author": "James Vickers <james@metabench.com>",
  "assistant_author": "ChatGPT from OpenAI",
  "repository": {
    "type": "git",
    "url": "https://github.com/metabench/jsgui3-html.git"
  },
  "devDependencies": {
    "electron": "^35.1.5",
    "esbuild": "^0.27.1",
    "jsdom": "^22.1.0",
    "jsgui3-server": "^0.0.143",
    "puppeteer": "^24.37.2"
  },
  "version": "0.0.187"
}