{
  "name": "vite-plugin-glsl",
  "description": "Import, inline (and minify) GLSL/WGSL shader files",
  "homepage": "https://github.com/UstymUkhman/vite-plugin-glsl#readme",
  "packageManager": "^npm@10.8.3",
  "types": "./src/index.d.ts",
  "module": "./src/index.js",
  "main": "./src/index.js",
  "version": "1.5.6",
  "private": false,
  "license": "MIT",
  "type": "module",
  "author": {
    "name": "Ustym Ukhman",
    "email": "ustym.ukhman@gmail.com",
    "url": "https://github.com/UstymUkhman/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UstymUkhman/vite-plugin-glsl.git"
  },
  "bugs": {
    "url": "https://github.com/UstymUkhman/vite-plugin-glsl/issues",
    "email": "ustym.ukhman@gmail.com"
  },
  "publishConfig": {
    "save-dev": true,
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "exports": {
    ".": "./src/index.js",
    "./ext": {
      "types": "./ext.d.ts"
    }
  },
  "files": [
    "package.json",
    "README.md",
    "bun.lock",
    "ext.d.ts",
    "LICENSE",
    "src"
  ],
  "keywords": [
    "vite",
    "glsl",
    "wgsl",
    "lygia",
    "webgl",
    "webgpu",
    "vitejs",
    "plugin",
    "threejs",
    "shaders",
    "babylonjs",
    "vite-plugin",
    "glsl-shaders",
    "wgsl-shaders",
    "webgl-shaders",
    "webgpu-shaders"
  ],
  "scripts": {
    "test": "vite"
  },
  "peerDependencies": {
    "vite": ">= 3.x",
    "esbuild": ">= 0.25",
    "@rollup/pluginutils": "^5.x"
  },
  "peerDependenciesMeta": {
    "esbuild": {
      "optional": true
    },
    "@rollup/pluginutils": {
      "optional": true
    }
  },
  "devDependencies": {
    "vite": "latest"
  },
  "engines": {
    "node": ">= 20.17.0",
    "npm": ">= 10.8.3"
  }
}
