cesium-native/package.json

37 lines
1.2 KiB
JSON
Raw Permalink Normal View History

{
"name": "cesium-native",
2025-09-01 21:18:01 +08:00
"version": "0.51.0",
"description": "Cesium 3D Geospatial for C++",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"format": "clang-format -i \"--glob=@(Cesium*)/**/*.@(cpp|h|hpp)\"",
"check-format": "check-clang-format",
"generate-gltf": "cd tools/generate-classes && npm run generate-gltf && cd ../.. && npm run format",
"generate-3d-tiles": "cd tools/generate-classes && npm run generate-3d-tiles && cd ../.. && npm run format",
2024-12-21 00:56:49 +08:00
"generate-quantized-mesh-terrain": "cd tools/generate-classes && npm run generate-quantized-mesh-terrain && cd ../.. && npm run format",
"conform-includes": "node tools/conform-includes.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CesiumGS/cesium-native.git"
},
"keywords": [
"3D",
"geospatial",
"C++"
],
"author": "CesiumGS, Inc. and Contributors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CesiumGS/cesium-native/issues"
},
"homepage": "https://github.com/CesiumGS/cesium-native#readme",
"devDependencies": {
2024-10-26 03:03:08 +08:00
"clang-format": "^1.5.0",
"doxygen-awesome-css": "https://github.com/jothepro/doxygen-awesome-css#v2.3.4"
}
2025-01-02 05:32:33 +08:00
}