2021-03-09 13:02:13 +08:00
|
|
|
{
|
|
|
|
|
"name": "cesium-native",
|
2025-07-31 13:42:00 +08:00
|
|
|
"version": "0.50.0",
|
2021-03-09 13:02:13 +08:00
|
|
|
"description": "Cesium 3D Geospatial for C++",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"directories": {
|
|
|
|
|
"doc": "doc"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"format": "clang-format -i \"--glob=@(Cesium*)/**/*.@(cpp|h|hpp)\"",
|
2021-04-14 12:22:22 +08:00
|
|
|
"check-format": "check-clang-format",
|
2021-10-13 00:51:55 +08:00
|
|
|
"generate-gltf": "cd tools/generate-classes && npm run generate-gltf && cd ../.. && npm run format",
|
2024-03-05 16:55:05 +08:00
|
|
|
"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"
|
2021-03-09 13:02:13 +08:00
|
|
|
},
|
|
|
|
|
"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"
|
2021-03-09 13:02:13 +08:00
|
|
|
}
|
2025-01-02 05:32:33 +08:00
|
|
|
}
|