UNPKG

@gdgt/hlsl-loader

Version:

Webpack loader for using HLSL in WebGL 2.0

51 lines (50 loc) 1.21 kB
{ "name": "@gdgt/hlsl-loader", "version": "1.0.3", "description": "Webpack loader for using HLSL in WebGL 2.0", "keywords": [ "HLSL", "GLSL", "gadget", "reflection", "introspection", "spirv", "spirv-cross", "dxc" ], "author": "johh <code@johh.net>", "homepage": "http://docs.gdgt.dev", "license": "Apache-2.0", "main": "dist/gadget-hlsl-loader.js", "files": [ "dist", "bin", "postinstall.mjs" ], "typedocMain": "./src/gadget-hlsl-loader.ts", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/codename-gadget/gadget.git" }, "scripts": { "build": "ts-node build/createSchema.ts && rollup --config rollup.config.ts --configPlugin typescript", "test": "echo \"Error: run tests from root\" && exit 1", "postinstall": "node ./postinstall.mjs" }, "bugs": { "url": "https://github.com/codename-gadget/gadget/issues" }, "dependencies": { "json-stable-stringify": "^1.0.1" }, "peerDependencies": { "webpack": "^5.70.0" }, "devDependencies": { "@types/json-stable-stringify": "^1.0.34", "ts-json-schema-generator": "^1.0.0" } }