bun-plugin-glsl
Version:
Import, inline (and minify) GLSL/WGSL shader files
75 lines (74 loc) • 1.61 kB
JSON
{
"name": "bun-plugin-glsl",
"description": "Import, inline (and minify) GLSL/WGSL shader files",
"homepage": "https://github.com/UstymUkhman/bun-plugin-glsl#readme",
"packageManager": "^npm@10.8.3",
"types": "./build/index.d.ts",
"module": "./build/index.js",
"main": "./build/index.js",
"version": "0.2.1",
"license": "MIT",
"type": "module",
"private": false,
"author": {
"name": "Ustym Ukhman",
"email": "ustym.ukhman@gmail.com",
"url": "https://github.com/UstymUkhman/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UstymUkhman/bun-plugin-glsl.git"
},
"bugs": {
"url": "https://github.com/UstymUkhman/bun-plugin-glsl/issues",
"email": "ustym.ukhman@gmail.com"
},
"publishConfig": {
"save-dev": true,
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"exports": {
".": "./build/index.js",
"./ext": {
"types": "./ext.d.ts"
}
},
"files": [
"package.json",
"bunfig.toml",
"README.md",
"bun.lock",
"ext.d.ts",
"LICENSE",
"build"
],
"keywords": [
"bun",
"glsl",
"webgl",
"bunjs",
"webgpu",
"plugin",
"threejs",
"shaders",
"bun-plugin",
"glsl-shaders",
"webgl-shaders",
"webgpu-shaders"
],
"scripts": {
"test": "bun --watch ./test",
"build": "bun build ./src/index.ts --target bun --outdir build"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"devDependencies": {
"@types/bun": "latest"
},
"engines": {
"node": ">= 20.17.0",
"npm": ">= 10.8.3"
}
}