wgpu/package.json
2025-04-15 05:34:18 -05:00

16 lines
297 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"
}
}