{
  "name": "vite-plugin-glsl",
  "description": "Import, inline (and compress) GLSL shader files",
  "homepage": "https://github.com/UstymUkhman/vite-plugin-glsl#readme",
  "packageManager": "^npm@9.8.0",
  "types": "./src/index.d.ts",
  "module": "./src/index.js",
  "main": "./src/index.js",
  "version": "1.3.1",
  "private": false,
  "license": "MIT",
  "type": "module",
  "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"
  },
  "author": {
    "name": "Ustym Ukhman",
    "email": "ustym.ukhman@gmail.com",
    "url": "https://github.com/UstymUkhman/"
  },
  "exports": {
    ".": "./src/index.js",
    "./ext": {
      "types": "./ext.d.ts"
    }
  },
  "files": [
    "package.json",
    "README.md",
    "yarn.lock",
    "ext.d.ts",
    "LICENSE",
    "src"
  ],
  "keywords": [
    "vite",
    "glsl",
    "webgl",
    "webgpu",
    "vitejs",
    "plugin",
    "threejs",
    "shaders",
    "vite-plugin",
    "glsl-shaders",
    "webgl-shaders",
    "webgpu-shaders"
  ],
  "scripts": {
    "test": "vite"
  },
  "peerDependencies": {
    "vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
  },
  "dependencies": {
    "@rollup/pluginutils": "^5.1.0"
  },
  "devDependencies": {
    "vite": "^6.0.1"
  },
  "engines": {
    "node": ">= 16.15.1",
    "npm": ">= 8.11.0"
  }
}
