{
  "name": "three-globe-fork",
  "version": "2.24.8",
  "description": "Globe data visualization as a ThreeJS reusable 3D object",
  "unpkg": "dist/three-globe-fork.min.js",
  "main": "dist/three-globe-fork.common.js",
  "module": "dist/three-globe-fork.module.js",
  "types": "dist/three-globe-fork.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vasturiano/three-globe-fork.git"
  },
  "homepage": "https://github.com/vasturiano/three-globe-fork",
  "keywords": [
    "3d",
    "globe",
    "webgl",
    "visualization",
    "three"
  ],
  "author": {
    "name": "Vasco Asturiano",
    "url": "http://bl.ocks.org/vasturiano"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vasturiano/three-globe-fork/issues"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "dev": "rollup -w -c rollup.config.dev.js",
    "prepare": "npm run build"
  },
  "files": [
    "dist/**/*",
    "example/**/*"
  ],
  "dependencies": {
    "@tweenjs/tween.js": "18",
    "accessor-fn": "1",
    "d3-geo": "1 - 3",
    "d3-interpolate": "1 - 3",
    "d3-scale": "1 - 4",
    "data-joint": "^1.2",
    "earcut": "2",
    "frame-ticker": "1",
    "h3-js": "4",
    "index-array-by": "1",
    "kapsule": "^1.13",
    "three-conic-polygon-geometry": "^1.5",
    "three-fatline": "^0.5",
    "three-geojson-geometry": "^1.1",
    "tinycolor2": "^1.4"
  },
  "peerDependencies": {
    "three": ">=0.109.0"
  },
  "devDependencies": {
    "@babel/core": "^7.19.1",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
    "@babel/preset-env": "^7.19.1",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "@types/three": ">=0.109.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.79.1",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-terser": "^7.0.2",
    "three": "^0.144.0",
    "typescript": "^4.8.3"
  }
}
