{
  "name": "satori-jsx",
  "version": "1.0.0",
  "description": "Use JSX with Satori without React",
  "main": "index.js",
  "type": "module",
  "keywords": [],
  "author": "mattjennings",
  "repository": {
    "type": "git",
    "url": "https://github.com/mattjennings/satori-jsx"
  },
  "license": "ISC",
  "exports": {
    ".": "./index.js",
    "./vite": "./vite.js",
    "./jsx-runtime": "./jsx-runtime.js"
  },
  "devDependencies": {
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "vite": "^3.1.7"
  }
}
