package.json 352 B

1234567891011121314151617
  1. {
  2. "name": "spirv-tools",
  3. "version": "VERSION",
  4. "license": "Apache-2.0",
  5. "main": "spirv-tools",
  6. "types": "spirv-tools.d.ts",
  7. "files": [
  8. "*.wasm",
  9. "*.js",
  10. "*.d.ts"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/KhronosGroup/SPIRV-Tools"
  15. },
  16. "homepage": "https://github.com/KhronosGroup/SPIRV-Tools"
  17. }