esbuild-glsl
Version:
ESBuild plugin to load webGL shaders from .glsl files.
70 lines (69 loc) • 1.79 kB
JSON
{
"name": "esbuild-glsl",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "0.0.3",
"description": "ESBuild plugin to load webGL shaders from .glsl files.",
"license": "MPL-2.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"repository": "github:react18-tools/esbuild-plugin-webgl",
"bugs": "https://github.com/react18-tools/esbuild-plugin-webgl/issues",
"homepage": "https://github.com/react18-tools/esbuild-plugin-webgl/#readme",
"sideEffects": false,
"files": [
"dist/**"
],
"scripts": {
"build": "tsup && tsc -p tsconfig-build.json",
"clean": "rm -rf dist",
"dev": "tsup --watch && tsc -p tsconfig-build.json -w",
"typecheck": "tsc --noEmit",
"lint": "eslint src/",
"test": "vitest run --coverage"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^20.14.9",
"@vitest/coverage-v8": "^1.6.0",
"esbuild": "^0.22.0",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/react18-tools"
},
{
"type": "github",
"url": "https://github.com/sponsors/mayank1513"
}
],
"keywords": [
"ESBuild",
"WebGL",
"WebGL shaders",
"WebGL loader",
"GLSL",
"shader",
"ESBuild plugin",
"loaders",
"frontend development",
"web development",
"JavaScript",
"TypeScript",
"bundler",
"build tool",
"performance",
"3D graphics",
"rendering",
"graphics pipeline",
"shader programming",
"cross-platform"
]
}