{
  "name": "@astrojs/svelte",
  "version": "5.0.0-beta.0",
  "description": "Use Svelte components within Astro",
  "type": "module",
  "types": "./dist/index.d.ts",
  "author": "withastro",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/withastro/astro.git",
    "directory": "packages/integrations/svelte"
  },
  "keywords": [
    "astro-integration",
    "astro-component",
    "renderer",
    "svelte"
  ],
  "bugs": "https://github.com/withastro/astro/issues",
  "homepage": "https://docs.astro.build/en/guides/integrations-guide/svelte/",
  "exports": {
    ".": "./dist/index.js",
    "./editor": "./dist/editor.cjs",
    "./*": "./*",
    "./client.js": "./client.js",
    "./client-v5.js": "./client-v5.js",
    "./server.js": "./server.js",
    "./server-v5.js": "./server-v5.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "client.js",
    "client-v5.js",
    "server.js",
    "server-v5.js"
  ],
  "scripts": {
    "build": "astro-scripts build \"src/index.ts\" && astro-scripts build \"src/editor.cts\" --force-cjs --no-clean-dist && tsc",
    "build:ci": "astro-scripts build \"src/**/*.ts\" && astro-scripts build \"src/editor.cts\" --force-cjs --no-clean-dist",
    "dev": "astro-scripts dev \"src/**/*.ts\""
  },
  "dependencies": {
    "@sveltejs/vite-plugin-svelte": "^3.0.0",
    "svelte2tsx": "^0.6.25"
  },
  "devDependencies": {
    "astro": "workspace:*",
    "astro-scripts": "workspace:*",
    "svelte": "^4.2.5",
    "vite": "^5.0.0"
  },
  "peerDependencies": {
    "astro": "^4.0.0-beta.0",
    "svelte": "^4.0.0 || ^5.0.0-next.1"
  },
  "engines": {
    "node": ">=18.14.1"
  },
  "publishConfig": {
    "provenance": true
  }
}