wgpu/package.json

23 lines
522 B
JSON

{
"name": "wgpu",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@webgpu/types": "^0.1.60",
"esbuild": "^0.25.2",
"esbuild-plugin-wgsl": "git+https://git.kitsu.cafe/rowan/esbuild-plugin-wgsl.git",
"typescript": "^5.8.3"
},
"dependencies": {
"wgsl_reflect": "^1.2.0"
}
}