@derschmale/spirv4web
Version:
A Spir-V to GLSL compiler for use with WebGL 1 and 2.
42 lines (41 loc) • 896 B
JSON
{
"name": "@derschmale/spirv4web",
"version": "0.2.0",
"main": "build/spirv4web.js",
"module": "build/spirv4web.module.js",
"types": "./build/types/main.d.ts",
"files": [
"build/**/*",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/DerSchmale/spirv4web.git"
},
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"license": "MIT",
"keywords": [
"spirv",
"3d",
"compiler",
"shaders",
"webgl",
"webgl2"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"rollup": "^2.64.0",
"rollup-plugin-typescript2": "^0.31.1",
"typedoc": "^0.22.10",
"typescript": "^4.5.4"
},
"dependencies": {
"@derschmale/array-utils": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1"
}
}