tinyest-for-wgsl
Version:
Transforms JavaScript into its 'tinyest' form, to be used in generating equivalent (or close to) WGSL code.
48 lines • 1.05 kB
JSON
{
"name": "tinyest-for-wgsl",
"private": false,
"version": "0.1.2",
"description": "Transforms JavaScript into its 'tinyest' form, to be used in generating equivalent (or close to) WGSL code.",
"license": "MIT",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"module": "./index.js",
"import": "./index.js",
"default": "./index.cjs"
}
},
"sideEffects": false,
"engines": {
"node": ">=12.20.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/software-mansion/TypeGPU.git"
},
"keywords": [
"webgpu",
"wgpu",
"wgsl",
"typescript",
"compute",
"shader",
"shaders",
"gpgpu",
"typegpu",
"tinyest"
],
"bugs": {
"url": "https://github.com/software-mansion/TypeGPU/issues"
},
"homepage": "https://docs.swmansion.com/TypeGPU",
"dependencies": {
"tinyest": "~0.1.1"
},
"main": "./index.js",
"types": "./index.d.ts",
"peerDependencies": {},
"scripts": {}
}