@cityjson/flatcitybuf
Version:
FlatCityBuf is a library for reading and writing CityJSON with FlatBuffers.
37 lines (36 loc) • 800 B
JSON
{
"name": "@cityjson/flatcitybuf",
"type": "module",
"version": "0.1.3",
"description": "FlatCityBuf is a library for reading and writing CityJSON with FlatBuffers.",
"author": {
"name": "Hidemichi Baba",
"email": "baba.papa1120.ba@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cityjson/flatcitybuf"
},
"homepage": "https://github.com/cityjson/flatcitybuf",
"bugs": {
"url": "https://github.com/cityjson/flatcitybuf/issues"
},
"keywords": [
"cityjson",
"flatbuffers",
"wasm",
"geospatial",
"3d-city-models"
],
"files": [
"fcb_wasm_bg.wasm",
"fcb_wasm.js",
"fcb_wasm.d.ts"
],
"main": "fcb_wasm.js",
"types": "fcb_wasm.d.ts",
"sideEffects": [
"./snippets/*"
]
}