{
  "name": "svelte-body",
  "version": "2.0.0",
  "description": "Apply styles to the body in routes! Designed to work with Svelte Kit and Routify.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghostdevv/svelte-body.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ghostdevv/svelte-body/issues"
  },
  "author": "Willow GHOST <ghostdevbusiness@gmail.com> (https://ghostdev.xyz)",
  "contributors": [
    "Willow GHOST <ghostdevbusiness@gmail.com> (https://ghostdev.xyz)",
    "Puru Vijay <devpuruvj@gmail.com> (https://puruvj.dev/)"
  ],
  "devDependencies": {
    "@sveltejs/adapter-auto": "^3.2.5",
    "@sveltejs/kit": "^2.7.2",
    "@sveltejs/package": "^2.3.5",
    "@sveltejs/vite-plugin-svelte": "^4.0.0",
    "prettier": "^3.3.3",
    "prettier-plugin-svelte": "^3.2.7",
    "publint": "^0.2.11",
    "svelte": "^5.0.5",
    "typescript": "^5.6.3",
    "vite": "^5.4.9"
  },
  "peerDependencies": {
    "svelte": "^5.0.0"
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "csstype": "^3.1.3"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "svelte": "./dist/index.js",
  "sideEffects": false,
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite dev",
    "build": "vite build",
    "package": "svelte-kit sync && svelte-package && publint"
  }
}