three-to-cesium
Version:
A plugin that enables Cesium and Three.js to run in synchronization.
35 lines (34 loc) • 767 B
JSON
{
"name": "three-to-cesium",
"version": "1.1.1",
"description": "A plugin that enables Cesium and Three.js to run in synchronization.",
"main": "dist/three-to-cesium.umd.cjs",
"module": "dist/three-to-cesium.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Cesium",
"Three.js",
"WebGL"
],
"repository": {
"type": "git",
"url": "https://github.com/weijun-lab/three-to-cesium.git"
},
"author": "Jun Wei",
"license": "MIT",
"devDependencies": {
"vite": "^5.0.12"
},
"dependencies": {
"cesium": "^1.127.0",
"three": "^0.174.0"
}
}