{
  "name": "@kepler.gl/effects",
  "author": "Shan He <shan@uber.com>",
  "version": "3.3.0-alpha.0",
  "description": "kepler.gl viaual effects",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "babel",
    "es6",
    "react",
    "webgl",
    "visualization",
    "deck.gl"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/keplergl/kepler.gl.git"
  },
  "scripts": {
    "build": "rm -fr dist && babel src --out-dir dist --source-maps inline --extensions '.ts,.tsx,.js,.jsx' --ignore '**/*.d.ts'",
    "build:umd": "NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack/umd.js --progress --env.prod",
    "build:types": "tsc --project ./tsconfig.production.json",
    "prepublishOnly": "babel-node ../../scripts/license-header/bin --license ../../FILE-HEADER && yarn build && yarn build:types",
    "stab": "mkdir -p dist && touch dist/index.js"
  },
  "files": [
    "dist",
    "umd"
  ],
  "dependencies": {
    "@deck.gl/core": "^9.2.11",
    "@kepler.gl/common-utils": "3.3.0-alpha.0",
    "@kepler.gl/constants": "3.3.0-alpha.0",
    "@kepler.gl/types": "3.3.0-alpha.0",
    "@kepler.gl/utils": "3.3.0-alpha.0",
    "@luma.gl/core": "^9.2.6",
    "@luma.gl/effects": "^9.2.6",
    "@luma.gl/engine": "^9.2.6",
    "@luma.gl/shadertools": "^9.2.6",
    "moment-timezone": "^0.5.35",
    "suncalc": "^1.9.0"
  },
  "nyc": {
    "sourceMap": false,
    "instrument": false
  },
  "maintainers": [
    "Shan He <heshan0131@gmail.com>",
    "Giuseppe Macri <gmacri@uber.com>"
  ],
  "engines": {
    "node": ">=18"
  },
  "volta": {
    "node": "18.18.2",
    "yarn": "4.4.0"
  },
  "packageManager": "yarn@4.4.0"
}
