智慧水务管理系统 - 精河县供水工程综合管理平台

12345678910111213141516171819202122232425
  1. {
  2. "name": "@cesium/wasm-splats",
  3. "type": "module",
  4. "collaborators": [
  5. "Cesium GS, Inc. <https://cesium.com>"
  6. ],
  7. "description": "Contains high-performance algorithms used in the rendering of Gaussian Splats in CesiumJS.",
  8. "version": "0.1.0-alpha.2",
  9. "license": "Apache-2.0",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/CesiumGS/cesium-wasm-utils"
  13. },
  14. "files": [
  15. "wasm_splats_bg.wasm",
  16. "wasm_splats.js",
  17. "wasm_splats.d.ts"
  18. ],
  19. "main": "wasm_splats.js",
  20. "homepage": "https://cesium.com/cesiumjs/",
  21. "types": "wasm_splats.d.ts",
  22. "sideEffects": [
  23. "./snippets/*"
  24. ]
  25. }