22 lines
473 B
JSON
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"
|
|
}
|
|
}
|