{
  "name": "@geops/tree-lib",
  "description": "Library for tree recommendations.",
  "license": "MIT",
  "version": "2.0.0",
  "files": [
    "build"
  ],
  "main": "build/index.js",
  "devDependencies": {
    "@geops/mapbox-gl-fonts": "3.0.0",
    "@neutrinojs/airbnb-base": "9.4.0",
    "@neutrinojs/jest": "9.4.0",
    "@neutrinojs/library": "9.4.0",
    "@semantic-release/changelog": "5.0.1",
    "@semantic-release/git": "9.0.0",
    "documentation": "13.0.2",
    "eslint": "7.11.0",
    "eslint-config-prettier": "6.14.0",
    "eslint-plugin-prettier": "3.1.4",
    "husky": "4.3.0",
    "jest": "26.6.0",
    "lint-staged": "10.4.2",
    "netlify-cli": "2.65.7",
    "neutrino": "9.4.0",
    "prettier": "2.1.2",
    "semantic-release": "17.2.1",
    "webpack": "4.44.2",
    "webpack-cli": "3.3.12"
  },
  "scripts": {
    "data:nais:ecogram": "node data/nais/ecogram.js && prettier --write data/*.json",
    "data:transform": "yarn data:stop && yarn data:start && yarn data:stop",
    "data:start": "cd data && ./docker-start.sh",
    "data:stop": "cd data && docker-compose down --remove-orphans --volumes",
    "data:spatial:export": "cd data && docker-compose exec db sh -c '/data/spatial/2-export.sh'",
    "data:spatial:tile": "cd data && docker-compose exec tippecanoe sh -c '/data/spatial/3-tile.sh'",
    "data:spatial:fonts": "./data/spatial/4-fonts.sh",
    "data:spatial:deploy": "netlify deploy --dir=data/spatial/tiles --prod --site=5dc39927-3ba0-485e-b01d-2e15385ce212",
    "doc:build": "documentation build src/** --format html --output doc --config documentation.yml",
    "doc:serve": "documentation serve --config documentation.yml --watch src/**",
    "build": "webpack --mode production",
    "format": "prettier --write 'src/**/*.js'",
    "lint": "eslint --cache --format codeframe src",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "yarn build",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "lodash.difference": "^4.5.0",
    "lodash.get": "^4.4.2",
    "lodash.intersection": "^4.4.0",
    "lodash.union": "^4.6.0",
    "lodash.xor": "^4.5.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/geops/tree-app.git"
  }
}
