wgpu/package.json
2025-04-21 23:36:59 -05:00

22 lines
473 B
JSON

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