UNPKG

vite-plugin-glsl

Version:

Import, inline (and minify) GLSL/WGSL shader files

80 lines (79 loc) 1.69 kB
{ "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.1", "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" }, "dependencies": { "@rollup/pluginutils": "^5.1.4" }, "devDependencies": { "vite": "^6.3.5" }, "engines": { "node": ">= 20.17.0", "npm": ">= 10.8.3" } }