{
  "name": "@unhead/solid-js",
  "type": "module",
  "version": "3.1.5",
  "description": "Full-stack <head> manager built for SolidJS.",
  "author": "Harlan Wilton <harlan@harlanzw.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://unhead.unjs.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/unhead.git",
    "directory": "packages/solid-js"
  },
  "bugs": {
    "url": "https://github.com/unjs/unhead/issues"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    },
    "./server": {
      "types": "./dist/server.d.ts",
      "default": "./dist/server.mjs"
    },
    "./client": {
      "types": "./dist/client.d.ts",
      "default": "./dist/client.mjs"
    },
    "./stream/server": {
      "types": "./dist/stream/server.d.ts",
      "default": "./dist/stream/server.mjs"
    },
    "./stream/client": {
      "types": "./dist/stream/client.d.ts",
      "default": "./dist/stream/client.mjs"
    },
    "./utils": {
      "types": "./dist/utils.d.ts",
      "default": "./dist/utils.mjs"
    },
    "./plugins": {
      "types": "./dist/plugins.d.ts",
      "default": "./dist/plugins.mjs"
    },
    "./bundler": {
      "types": "./dist/bundler.d.ts",
      "default": "./dist/bundler.mjs"
    },
    "./vite": {
      "types": "./dist/vite.d.ts",
      "default": "./dist/vite.mjs"
    },
    "./stream/vite": {
      "types": "./dist/stream/vite.d.ts",
      "default": "./dist/stream/vite.mjs"
    }
  },
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "server": [
        "dist/server"
      ],
      "client": [
        "dist/client"
      ],
      "stream/server": [
        "dist/stream/server"
      ],
      "stream/client": [
        "dist/stream/client"
      ],
      "plugins": [
        "dist/plugins"
      ],
      "utils": [
        "dist/utils"
      ],
      "bundler": [
        "dist/bundler"
      ],
      "vite": [
        "dist/vite"
      ],
      "stream/vite": [
        "dist/stream/vite"
      ]
    }
  },
  "files": [
    "*.d.ts",
    "dist"
  ],
  "peerDependencies": {
    "solid-js": ">=1.9.0",
    "vite": ">=6.4.2",
    "webpack": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "vite": {
      "optional": true
    },
    "webpack": {
      "optional": true
    }
  },
  "build": {
    "external": [
      "solid-js"
    ]
  },
  "dependencies": {
    "magic-string": "^0.30.21",
    "oxc-walker": "^1.0.0",
    "unplugin": "^3.0.0",
    "@unhead/bundler": "3.1.5",
    "unhead": "3.1.5"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/user-event": "14.6.1",
    "solid-js": "^1.9.13",
    "vite": "^8.0.16"
  },
  "scripts": {
    "build": "unbuild",
    "stub": "unbuild --stub",
    "test": "vitest",
    "test:attw": "attw --pack"
  }
}