{
  "name": "azoth",
  "version": "1.4.4",
  "description": "Azoth JSX hypermedia",
  "author": "Marty Nelson",
  "license": "MIT",
  "keywords": [
    "azoth",
    "azoth-jsx",
    "azothjsx",
    "azoth jsx",
    "javascript framework",
    "javascript library",
    "js library",
    "js framework",
    "ui library",
    "ui framework",
    "hypermedia"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/azothjs/azoth.git",
    "directory": "packages/azoth"
  },
  "type": "module",
  "files": [
    "**/*.js"
  ],
  "exports": {
    "./runtime": "./runtime.js",
    "./maya": "./maya.js",
    "./chronos/channels": "./chronos/channels.js",
    "./chronos/generators": "./chronos/generators.js",
    "./vite-plugin": "./vite-plugin.js"
  },
  "dependencies": {
    "@azothjs/maya": "0.4.3",
    "@azothjs/chronos": "0.4.3",
    "@azothjs/vite-plugin": "0.4.4"
  }
}