wgpu/package.json

19 lines
351 B
JSON

{
"name": "wgpu",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@webgpu/types": "^0.1.60"
},
"dependencies": {
"wgsl_reflect": "^1.2.0"
}
}