UNPKG

wgsl_reflect

Version:
68 lines (66 loc) 1.61 kB
{ "name": "wgsl_reflect", "version": "1.5.0", "description": "WGSL Parser and Reflection library", "author": "Brendan Duncan", "license": "MIT", "module": "wgsl_reflect.module.js", "main": "wgsl_reflect.node.js", "types": "types/index.d.ts", "type": "module", "repository": { "type": "git", "url": "https://github.com/brendan-duncan/wgsl_reflect" }, "homepage": "https://github.com/brendan-duncan/wgsl_reflect", "bugs": { "url": "https://github.com/brendan-duncan/wgsl_reflect/issues" }, "sideEffects": false, "files": [ "wgsl_reflect.module.js", "wgsl_reflect.module.js.map", "wgsl_reflect.node.js", "wgsl_reflect.node.js.map", "LICENSE.md", "package.json", "README.md", "types" ], "directories": { "test": "test" }, "scripts": { "build": "rollup -c rollup.config.js", "watch": "npm run watch:js", "watch:js": "rollup -c rollup.config.js --watch", "test": "cd test; node test_node.js" }, "keywords": [ "wgsl_reflect", "webgpu", "wgsl", "javascript", "html5" ], "devDependencies": { "rollup": "^2.60.0", "tslib": "^2.6.1", "@rollup/plugin-typescript": "^11.1.2", "@rollup/plugin-terser": "^0.4.4", "webgpu": "^0.3.0", "jsdom": "^26.1.0" }, "jspm": { "files": [ "package.json", "LICENSE.md", "README.md", "wgsl_reflect.module.js", "wgsl_reflect.module.js.map", "wgsl_reflect.node.js", "wgsl_reflect.node.js.map", "types" ] } }