{
  "name": "@orbitgtbelgium/nebula-map-tools",
  "description": "A suite of 3D-enabled data editing layers, suitable for deck.gl",
  "license": "MIT",
  "version": "0.2.5-c",
  "author": "barbarosso <vanhecke.pascal@gmail.com>",
  "keywords": [
    "webgl",
    "visualization",
    "overlay",
    "layer"
  ],
  "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 && cross-env 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 && cross-env BABEL_ENV=es5 babel src --config-file ./babel.config.js --out-dir dist --source-maps inline --extensions .ts,.tsx",
    "build": "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 && 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",
    "test-r": "yarn lint && yarn build && yarn test-node && (cd test/rendering-test && node node-rendering.js)",
    "test-fast": "yarn test-node",
    "test-ci": "yarn lint && node test/node-ci.js",
    "test-cover": "cross-env NODE_ENV=test tape -r babel-register test/node.js && nyc report",
    "test-node": "(cd ../.. && node test/node.js)",
    "test-dist": "(cd ../.. && node test/node-dist.js)",
    "test-browser": "webpack-dev-server --env.test --progress --hot --open",
    "jest": "(cd ../.. && jest src)",
    "bench": "node test/bench/node.js",
    "bench-browser": "webpack-dev-server --env.bench --progress --hot --open",
    "test-rendering": "(cd test/rendering-test && webpack-dev-server --config webpack.config.test-rendering.js --progress --hot --open)"
  },
  "dependencies": {
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@loaders.gl/core": "^2.1.2",
    "@loaders.gl/wkt": "^2.1.2",
    "@maphubs/tokml": "^0.5.2",
    "@mui/icons-material": "^5.5.1",
    "@mui/material": "^5.5.3",
    "@nebula.gl/edit-modes": "1.0.2-alpha.2",
    "@tmcw/togeojson": "^3.2.0",
    "@types/downloadjs": "1.4.1",
    "@types/styled-react-modal": "1.2.0",
    "@types/wellknown": "0.5.1",
    "clipboard-copy": "^3.1.0",
    "downloadjs": "^1.4.7",
    "react-dropzone": "^10.2.1",
    "styled-components": "^4.3.2",
    "styled-react-modal": "1.2.4",
    "typescript": "^4.6.2",
    "wellknown": "^0.5.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-class-properties": "7.8.3",
    "@babel/plugin-proposal-export-default-from": "7.8.3",
    "@babel/plugin-transform-runtime": "7.9.0",
    "@babel/preset-env": "7.9.0",
    "@babel/preset-react": "7.9.4",
    "@babel/preset-typescript": "7.9.0",
    "@babel/register": "7.9.0",
    "babel-plugin-version-inline": "^1.0.0",
    "cross-env": "^7.0.3",
    "react": ">=15",
    "sinon": "^9.0.1"
  },
  "peerDependencies": {
    "react": ">=15"
  },
  "gitHead": "4eb929f50b89ea745cb92d7ba3d17df025a962e4"
}