{
  "name": "@twind/with-sveltekit",
  "version": "1.1.3",
  "description": "Seamless integration of Twind in a SvelteKit project",
  "type": "module",
  "homepage": "https://twind.style",
  "bugs": {
    "url": "https://github.com/tw-in-js/twind/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tw-in-js/twind.git",
    "directory": "packages/with-sveltekit"
  },
  "keywords": [
    "twind",
    "tw-in-js",
    "tailwind",
    "tailwindcss",
    "tailwind-in-js",
    "twind-with",
    "svelte",
    "sveltekit"
  ],
  "license": "MIT",
  "author": {
    "name": "Sascha Tandel",
    "url": "https://github.com/sastan"
  },
  "funding": [
    {
      "type": "Open Collective",
      "url": "https://opencollective.com/twind"
    },
    {
      "type": "Github Sponsor",
      "url": "https://github.com/sponsors/tw-in-js"
    },
    {
      "type": "Ko-fi",
      "url": "https://ko-fi.com/twind"
    }
  ],
  "engines": {
    "node": ">=14.15.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./with-sveltekit.cjs",
  "exports": {
    ".": {
      "types": "./with-sveltekit.d.ts",
      "esnext": "./with-sveltekit.esnext.js",
      "deno": "./with-sveltekit.deno.js",
      "module": "./with-sveltekit.js",
      "worker": "./with-sveltekit.worker.js",
      "browser": "./with-sveltekit.browser.js",
      "node": {
        "import": "./with-sveltekit.mjs",
        "require": "./with-sveltekit.cjs"
      },
      "default": "./with-sveltekit.js"
    },
    "./hooks": {
      "types": "./hooks.d.ts",
      "esnext": "./hooks.esnext.js",
      "deno": "./hooks.deno.js",
      "module": "./hooks.js",
      "worker": "./hooks.worker.js",
      "browser": "./hooks.browser.js",
      "node": {
        "import": "./hooks.mjs",
        "require": "./hooks.cjs"
      },
      "default": "./hooks.js"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "peerDependencies": {
    "@sveltejs/kit": "^1.0.0",
    "@twind/core": "^1.1.0",
    "typescript": "^4.8.4"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "module": "./with-sveltekit.js",
  "types": "./with-sveltekit.d.ts"
}