hyle 0.1.5

Framework-agnostic schema and query planning core for hyle.
Documentation
{
  "name": "@tty-pt/hyle",
  "version": "0.1.3",
  "description": "TypeScript types and client helpers for the hyle WASM bridge.",
  "license": "BSD-2-Clause",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tty-pt/hyle.git",
    "directory": "crates/hyle/pkg-src"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./hyle.css": "./hyle.css"
  },
  "files": [
    "dist",
    "hyle.css"
  ],
  "scripts": {
    "prepack": "cp ../assets/hyle.css ./hyle.css",
    "build": "tsc"
  },
  "devDependencies": {
    "typescript": "^6.0.3"
  }
}