{
  "name": "@pylonsync/functions",
  "version": "0.11.3",
  "description": "TypeScript function runtime for pylon — defines server-side queries, mutations, and actions.",
  "type": "module",
  "main": "src/index.ts",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./src/index.ts"
    },
    "./runtime": {
      "types": "./dist/runtime.d.ts",
      "default": "./src/runtime.ts"
    },
    "./server-only": {
      "types": "./dist/server-only.d.ts",
      "default": "./src/server-only.ts"
    },
    "./client-bundler": {
      "types": "./dist/ssr-client-bundler.d.ts",
      "default": "./src/ssr-client-bundler.ts"
    }
  },
  "bin": {
    "pylon-functions-runtime": "src/runtime.ts"
  },
  "files": [
    "src",
    "dist",
    "assets",
    "README.md"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "typecheck": "tsc --noEmit",
    "build": "tsc -p tsconfig.build.json",
    "test": "bun test",
    "prepack": "bun run build"
  },
  "keywords": [
    "pylon",
    "typescript",
    "functions",
    "database"
  ],
  "license": "MIT OR Apache-2.0",
  "dependencies": {
    "satori": "^0.26.0",
    "@resvg/resvg-wasm": "^2.6.2",
    "typescript": "^5.5"
  },
  "devDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "happy-dom": "^15.0.0"
  },
  "peerDependencies": {
    "bun-types": "*"
  },
  "peerDependenciesMeta": {
    "bun-types": {
      "optional": true
    }
  }
}
