{
  "name": "jeasx",
  "version": "2.7.4",
  "description": "Jeasx - the ease of JSX with the power of SSR",
  "keywords": [
    "async",
    "esbuild",
    "fastify",
    "jsx",
    "node",
    "ssr"
  ],
  "homepage": "https://www.jeasx.dev",
  "license": "MIT",
  "author": {
    "name": "Maik Jablonski",
    "email": "mail@jeasx.dev"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jeasx/jeasx.git"
  },
  "bin": {
    "jeasx": "cli.js"
  },
  "type": "module",
  "main": "server.js",
  "scripts": {
    "build": "esbuild --platform=node --format=esm --sourcemap=linked --outdir=. serverless.ts"
  },
  "dependencies": {
    "@fastify/cookie": "11.0.2",
    "@fastify/formbody": "8.0.2",
    "@fastify/multipart": "10.0.0",
    "@fastify/static": "9.1.3",
    "@types/node": "26.0.0",
    "esbuild": "0.28.1",
    "fastify": "5.8.5",
    "jsx-async-runtime": "2.1.3"
  },
  "allowScripts": {
    "esbuild": true
  }
}
