35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "cesium-native",
|
|
"version": "0.40.1",
|
|
"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",
|
|
"generate-quantized-mesh-terrain": "cd tools/generate-classes && npm run generate-quantized-mesh-terrain && cd ../.. && npm run format"
|
|
},
|
|
"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": {
|
|
"clang-format": "^1.5.0"
|
|
}
|
|
}
|