{
  "name": "@cedarjs/prerender",
  "version": "6.0.0",
  "description": "CedarJS prerender",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedarjs/cedar.git",
    "directory": "packages/prerender"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/runPrerenderEsm.d.ts",
        "default": "./dist/runPrerenderEsm.js"
      },
      "require": {
        "types": "./dist/cjs/runPrerender.d.ts",
        "default": "./dist/cjs/runPrerender.js"
      }
    },
    "./cjs": {
      "types": "./dist/cjs/runPrerender.d.ts",
      "default": "./dist/cjs/runPrerender.js"
    },
    "./browserUtils": {
      "import": {
        "types": "./dist/browserUtils/index.d.ts",
        "default": "./dist/browserUtils/index.js"
      },
      "require": {
        "types": "./dist/cjs/browserUtils/index.d.ts",
        "default": "./dist/cjs/browserUtils/index.js"
      }
    },
    "./detection": {
      "import": {
        "types": "./dist/detection/detection.d.ts",
        "default": "./dist/detection/detection.js"
      },
      "require": {
        "types": "./dist/cjs/detection/detection.d.ts",
        "default": "./dist/cjs/detection/detection.js"
      }
    },
    "./cjs/detection": {
      "types": "./dist/cjs/detection/detection.d.ts",
      "default": "./dist/cjs/detection/detection.js"
    }
  },
  "main": "dist/cjs/index.js",
  "types": "./dist/cjs/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node ./build.mts && yarn build:types",
    "build:pack": "yarn pack -o cedarjs-prerender.tgz",
    "build:types": "tsc --build --verbose ./tsconfig.build.json",
    "build:types-cjs": "tsc --build --verbose ./tsconfig.cjs.json",
    "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx,template\" --ignore dist --exec \"yarn build\"",
    "check:attw": "yarn cedar-fwtools-attw",
    "check:package": "concurrently npm:check:attw yarn:publint",
    "prepublishOnly": "yarn build",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "dependencies": {
    "@babel/generator": "7.29.8",
    "@babel/parser": "7.29.8",
    "@babel/traverse": "7.29.8",
    "@cedarjs/babel-config": "6.0.0",
    "@cedarjs/project-config": "6.0.0",
    "@cedarjs/structure": "6.0.0",
    "@cedarjs/vite": "6.0.0",
    "@rollup/plugin-alias": "5.1.1",
    "@rollup/plugin-commonjs": "28.0.9",
    "@rollup/plugin-node-resolve": "16.0.3",
    "@rollup/plugin-replace": "6.0.3",
    "@swc/core": "1.16.0",
    "@whatwg-node/fetch": "0.10.13",
    "babel-plugin-ignore-html-and-css-imports": "0.1.0",
    "cheerio": "1.2.0",
    "graphql": "16.14.2",
    "mime-types": "2.1.35",
    "rollup": "4.60.4",
    "rollup-plugin-swc3": "0.12.1",
    "unimport": "5.7.0",
    "unplugin-auto-import": "19.3.0",
    "vite": "7.3.6"
  },
  "devDependencies": {
    "@cedarjs/framework-tools": "6.0.0",
    "@cedarjs/router": "6.0.0",
    "@cedarjs/web": "6.0.0",
    "@types/mime-types": "2.1.4",
    "@types/react": "^18.2.55",
    "babel-plugin-tester": "11.0.4",
    "concurrently": "9.2.4",
    "publint": "0.3.23",
    "typescript": "5.9.3",
    "vitest": "4.1.10"
  },
  "peerDependencies": {
    "@cedarjs/router": "6.0.0",
    "@cedarjs/web": "6.0.0",
    "react": "18.3.1",
    "react-dom": "18.3.1"
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public"
  },
  "externals": {
    "react": "react",
    "react-dom": "react-dom"
  },
  "gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
