{
  "name": "@sanity/vanilla-extract-vite-plugin",
  "version": "0.2.19",
  "description": "Vite 8 plugin for vanilla-extract with plugin hook filters and a caching compiler on Vite's ModuleRunner",
  "keywords": [
    "sanity-io",
    "sanity",
    "vanilla-extract",
    "vite",
    "vite-plugin",
    "rolldown",
    "css",
    "plugin"
  ],
  "homepage": "https://github.com/sanity-io/pkg-utils/tree/main/packages/@sanity/vanilla-extract-vite-plugin#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/pkg-utils/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/pkg-utils.git",
    "directory": "packages/@sanity/vanilla-extract-vite-plugin"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@sanity/vanilla-extract-integration": "^0.1.19",
    "@vanilla-extract/css": "^1.21.2"
  },
  "devDependencies": {
    "@sanity/tsconfig": "^2.2.1",
    "@sanity/tsdown-config": "^0.28.1",
    "@types/node": "^24.13.6",
    "publint": "^0.3.24",
    "tsdown": "^0.23.0",
    "typescript": "7.0.2",
    "vite": "^8.3.0",
    "vitest": "^5.0.1"
  },
  "peerDependencies": {
    "vite": "^8.0.0"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest run",
    "typecheck": "tsc --build"
  }
}