{
  "name": "earth-flyline",
  "version": "1.6.9",
  "description": "GlobeStream3D是基于threejs开发的可视化3D地球纯js组件，包括迁徙飞线，涟漪,支持react vue angular等前端框架",
  "keywords": [
    "threejs",
    "3d",
    "earth",
    "flyline",
    "js",
    "飞线"
  ],
  "np": {
    "yarn": false,
    "contents": "dist"
  },
  "private": false,
  "license": "MIT",
  "type": "module",
  "files": [
    "dist",
    "LICENSE"
  ],
  "main": "dist/index.es.js",
  "typings": "dist/entry.d.ts",
  "scripts": {
    "dev": "vite",
    "lib": "vue-tsc && vite build --mode lib",
    "doc": "vue-tsc && vite build"
  },
  "devDependencies": {
    "@types/delaunator": "^5.0.0",
    "@types/lodash-es": "^4.17.7",
    "@types/node": "^18.11.9",
    "@vitejs/plugin-vue": "^3.2.0",
    "@vitejs/plugin-vue-jsx": "^2.1.1",
    "less": "^4.1.3",
    "terser": "^5.17.5",
    "typescript": "^4.6.4",
    "vite": "^3.2.3",
    "vite-plugin-compression": "^0.5.1",
    "vite-plugin-css-injected-by-js": "^3.0.1",
    "vite-plugin-dts": "^1.7.3",
    "vue": "^3.2.41",
    "vue-tsc": "^1.0.24"
  },
  "dependencies": {
    "@tweenjs/tween.js": "^20.0.3",
    "@types/geojson": "^7946.0.10",
    "@types/three": "^0.152.0",
    "delaunator": "^5.0.0",
    "lodash-es": "^4.17.21",
    "three": "^0.152.2",
    "vite-plugin-glsl": "^1.3.0"
  }
}
