{
  "name": "cearth",
  "version": "0.0.0",
  "description": "cearth 是 CEarth 综合包，用于提供完事的 CEarth 功能",
  "main": "dist/cearth.umd.js",
  "module": "dist/cearth.es.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "homepage": "https://github.com/GuoBinyong/CEarth#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/GuoBinyong/CEarth"
  },
  "bugs": {
    "url": "https://github.com/GuoBinyong/CEarth/issues",
    "email": "guobinyong@qq.com"
  },
  "keywords": [
    "CEarth",
    "cesium",
    "WebGL",
    "gis",
    "map",
    "earth",
    "3d",
    "地球",
    "地图",
    "三维"
  ],
  "author": {
    "name": "郭斌勇",
    "email": "guobinyong@qq.com"
  },
  "license": "MIT",
  "files": [
    "dist/[^.]*",
    "types/[^.]*",
    "docs/[^.]*",
    "doc/[^.]*"
  ],
  "devDependencies": {
    "@microsoft/api-documenter": "^7.18.1",
    "@microsoft/api-extractor": "^7.28.3",
    "build-tls": "^1.3.11",
    "cesium": "^1.93.0",
    "dts-bundle-generator": "^6.12.0",
    "package-tls": "^1.2.2",
    "recogn-parse": "^0.0.0",
    "typescript": "^4.5.4",
    "vite": "^2.9.9"
  },
  "dependencies": {
    "@cearth/core": "^0.0.0",
    "@cearth/draw": "^0.0.0",
    "@cearth/editor": "^0.0.0",
    "@cearth/tree-model-loader": "^0.0.0"
  },
  "peerDependencies": {
    "cesium": "^1.93.0"
  },
  "peerDependenciesMeta": {
    "cesium": {
      "optional": false
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "bunch": "vite build --mode bunch",
    "preview": "vite preview",
    "api": "api-extractor run -c api-extractor.jsonc -l -v",
    "doc": "npm run api ; api-documenter markdown -i ./temp -o doc"
  }
}