{
  "name": "vtjump",
  "private": false,
  "version": "4.0.0",
  "description": "A vite plugin for vtjump",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "astro:dev": "astro dev",
    "astro:build": "astro build",
    "astro:preview": "astro preview",
    "astro": "astro",
    "dev": "vite",
    "build:client": "vite build",
    "build:plugin": "vite build --config vite.plugin.config.ts",
    "build": "npm run build:client && npm run build:plugin",
    "preview": "vite preview",
    "check": "svelte-check --tsconfig ./tsconfig.json",
    "format": "prettier --write .",
    "clean": "rimraf dist",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "prepublishOnly": "npm run build",
    "preversion": "npm run check",
    "version": "npm run build",
    "postversion": "git push && git push --tags",
    "publish:patch": "npm version patch && npm publish",
    "publish:minor": "npm version minor && npm publish",
    "publish:major": "npm version major && npm publish",
    "test": "vitest src/plugin/__tests__/",
    "test:coverage": "vitest run --coverage src/plugin/__tests__/",
    "test:watch": "vitest watch src/plugin/__tests__/",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^3.2.5",
    "@storybook/addon-essentials": "^8.6.4",
    "@storybook/addon-interactions": "^8.6.4",
    "@storybook/addon-svelte-csf": "^4.2.0",
    "@storybook/blocks": "^8.6.4",
    "@storybook/svelte": "^8.6.4",
    "@storybook/svelte-vite": "^8.6.4",
    "@storybook/test": "^8.6.4",
    "@sveltejs/vite-plugin-svelte": "^3.0.1",
    "@tsconfig/svelte": "^5.0.4",
    "@types/node": "^20.17.8",
    "@vue/compiler-core": "^3.5.13",
    "@vue/compiler-sfc": "^3.5.13",
    "magic-string": "^0.30.14",
    "prettier": "^3.4.1",
    "prettier-plugin-svelte": "^3.3.2",
    "rimraf": "^5.0.5",
    "storybook": "^8.6.4",
    "svelte": "^5.25.3",
    "svelte-check": "^3.6.4",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3",
    "vite": "^5.0.12",
    "vite-plugin-dts": "^3.7.3",
    "vitest": "^0.32.2"
  },
  "peerDependencies": {
    "vite": "^5.0.0 || ^6.0.0"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "jump",
    "code-navigation"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/vtjump.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/vtjump/issues"
  },
  "homepage": "https://github.com/yourusername/vtjump#readme",
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
  "dependencies": {
    "@astrojs/preact": "^4.0.6",
    "@astrojs/react": "^4.2.1",
    "@astrojs/solid-js": "^5.0.5",
    "@astrojs/svelte": "^7.0.7",
    "@astrojs/vue": "^5.0.7",
    "@tailwindcss/vite": "^4.0.13",
    "@types/react": "^18.3.19",
    "@types/react-dom": "^18.3.5",
    "astro": "^5.5.4",
    "preact": "^10.26.4",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "solid-js": "^1.9.5",
    "tailwindcss": "^4.0.13",
    "vue": "^3.5.13"
  }
}
