{
  "name": "react-map-gl-draw",
  "description": "A lite version editing layer with react",
  "license": "MIT",
  "version": "0.23.8",
  "author": "Xintong Xia <xintong@uber.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/uber/nebula.gl"
  },
  "keywords": [
    "svg",
    "visualization",
    "editing"
  ],
  "main": "dist/index.js",
  "module": "dist-es6/index.js",
  "files": [
    "dist",
    "dist-es6",
    "dist-types",
    "src"
  ],
  "types": "dist-types/index.d.ts",
  "typings": "dist-types/index.d.ts",
  "scripts": {
    "build-clean": "rm -fr dist dist-es6 && mkdir -p dist dist-es6",
    "build-es6": "rm -fr dist-es6 && BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist-es6 --source-maps inline --extensions .ts,.tsx",
    "build-es5": "rm -fr dist && BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist --source-maps inline --extensions .ts,.tsx",
    "build": "yarn build-clean && yarn build-es6 && yarn run emitDeclarations && yarn build-es5",
    "emitDeclarations": "rm -fr  dist-types && tsc --emitDeclarationOnly",
    "types-check": "tsc --noEmit",
    "lint": "(cd ../.. && yarn lint)",
    "prepublish": "yarn build",
    "publish-prod": "yarn build && yarn test && yarn test-dist && npm publish",
    "publish-beta": "yarn build && yarn test && yarn test-dist && npm publish --tag beta",
    "test": "yarn lint && yarn build && yarn types-check && yarn jest"
  },
  "dependencies": {
    "@math.gl/web-mercator": "^3.1.3",
    "@nebula.gl/edit-modes": "0.23.8",
    "@turf/helpers": "^6.1.4",
    "@types/react-map-gl": "5.2.2",
    "mjolnir.js": "^2.4.0",
    "prop-types": "^15.7.2",
    "uuid": "^3.4.0"
  },
  "devDependencies": {
    "react-map-gl": "^5.2.3"
  },
  "peerDependencies": {
    "react": "^16.x",
    "react-dom": "^16.x",
    "react-map-gl": "^5.x"
  },
  "resolutions": {
    "@turf/difference": "6.0.1"
  },
  "gitHead": "8444d7d29bf9e7cbd211a2dd40994d833e756a4e"
}
