{ "name": "vite-plugin-earth", "version": "1.2.3", "description": "cesium & mars3d library plugin for Vite", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsc -w" }, "keywords": [ "cesium", "mars3d" ], "author": "xuxb", "license": "MIT", "repository": { "type": "git", "url": "git+http://git.hfxtsk.cn" }, "bugs": { "url": "http://git.hfxtsk.cn" }, "dependencies": { "fs-extra": "^9.1.0", "rollup-plugin-external-globals": "^0.6.1", "serve-static": "^1.14.1" }, "devDependencies": { "@tsconfig/node12": "^1.0.7", "@types/fs-extra": "^9.0.8", "@types/node": "^14.14.31", "@types/serve-static": "^1.13.9", "prettier": "^2.2.1", "typescript": "^4.2.2", "vite": "^2.8.0" }, "peerDependencies": { "mars3d-cesium": "^1.90.0", "mars3d": "^3.2.0" } }