{
  "name": "azoth",
  "version": "2.0.1",
  "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"
  },
  "homepage": "https://github.com/azothjs/azoth#readme",
  "bugs": "https://github.com/azothjs/azoth/issues",
  "type": "module",
  "main": "./index.js",
  "types": "./jsx.d.ts",
  "files": [
    "**/*.js",
    "jsx.d.ts",
    "llms.md"
  ],
  "exports": {
    ".": "./index.js",
    "./runtime": "./runtime.js",
    "./vite-plugin": "./vite-plugin.js",
    "./jsx.d.ts": "./jsx.d.ts"
  },
  "dependencies": {
    "@azothjs/thoth": "2.0.1",
    "@azothjs/maya": "2.0.1"
  }
}