@giro3d/piero-plugin-cityjson
Version:
Load CityJSON datasets in Piero
74 lines (73 loc) • 1.76 kB
JSON
{
"name": "@giro3d/piero-plugin-cityjson",
"type": "module",
"version": "1.0.0-beta.0",
"description": "Load CityJSON datasets in Piero",
"keywords": [
"front-end",
"web",
"cityjson",
"framework",
"webgl",
"webgl2",
"geography",
"gis",
"geospatial",
"3d",
"3D",
"three",
"three.js",
"openlayers",
"map",
"layer",
"visualization",
"pointcloud",
"3dtiles",
"raster",
"vector",
"geojson",
"geometry",
"giro3d"
],
"types": "dist/index.d.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
}
},
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/giro3d/piero.git"
},
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/giro3d/piero/-/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://piero.giro3d.org/",
"scripts": {
"prepublishOnly": "npm run build-library",
"build-library": "NODE_OPTIONS=--max-old-space-size=8192 vite build",
"package-library": "npm run build-library && npm pack"
},
"peerDependencies": {
"@giro3d/piero": "*",
"three": "^0.170.0"
},
"dependencies": {
"cityjson-threejs-loader": "github:cityjson/cityjson-threejs-loader"
}
}