UNPKG

@v2x-three/cesium

Version:

V2X Cesium 核心库 - 基于Cesium的高性能地理可视化和车辆动画系统

91 lines (90 loc) 2.42 kB
{ "name": "@v2x-three/cesium", "version": "0.1.24", "description": "V2X Cesium 核心库 - 基于Cesium的高性能地理可视化和车辆动画系统", "type": "module", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./dist/index.esm.js": "./dist/index.esm.js" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/v2xthree.git", "directory": "packages/v2x-cesium" }, "author": "buwan", "homepage": "https://github.com/yourusername/v2xthree#readme", "bugs": { "url": "https://github.com/yourusername/v2xthree/issues" }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "vitest", "lint": "eslint src --ext .ts,.tsx", "link:local": "npm link" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "cesium": "^1.130.0", "cesium-navigation-es6": "^3.0.9", "proj4": "^2.17.0" }, "devDependencies": { "@babel/core": "^7.23.5", "@babel/preset-env": "^7.23.5", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@types/proj4": "^2.5.6", "rollup": "^4.6.1", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-postcss": "^4.0.2", "terser": "^5.43.1", "tslib": "^2.6.2", "typescript": "^5.2.2", "vitest": "^0.34.6" }, "files": [ "dist", "examples" ], "keywords": [ "cesium", "webgl", "3d", "geospatial", "animation", "v2x", "vehicle", "visualization", "gis", "primitive", "performance" ], "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "vue": ">=2.6.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "vue": { "optional": true } } }