third_party_spirv-tools/source/wasm/package.json
wangshi ba7e859c4e update to v2022.4
Signed-off-by: wangshi <wangshi@kaihong.com>
2023-07-11 10:14:11 +08:00

18 lines
352 B
JSON

{
"name": "spirv-tools",
"version": "VERSION",
"license": "Apache-2.0",
"main": "spirv-tools",
"types": "spirv-tools.d.ts",
"files": [
"*.wasm",
"*.js",
"*.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/KhronosGroup/SPIRV-Tools"
},
"homepage": "https://github.com/KhronosGroup/SPIRV-Tools"
}