{
  "name": "@lykmapipo/geo-tools",
  "version": "0.7.27",
  "description": "Opinionated geo utilities for day to day development",
  "main": "lib/index.js",
  "module": "es/index.js",
  "scripts": {
    "clean": "rimraf lib dist es umd logs",
    "prepare": "husky install",
    "prebuild": "npm test && npm run clean",
    "build": "rollup -c",
    "lint": "eslint --fix --ext .js src/ test/ rollup.config.js",
    "pretest": "npm run lint",
    "test": "NODE_ENV=test nyc --reporter=html --reporter=text mocha --exit --require @babel/register test/**/*.spec.js",
    "test:unit": "npm run pretest && NODE_ENV=test mocha --require @babel/register test/unit/**/*.spec.js",
    "test:integration": "npm run pretest && NODE_ENV=test mocha --require @babel/register test/integration/**/*.spec.js",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "docs": "doxdox 'lib/**/*.js' -p package.json -l markdown -o DOCUMENTATION.md",
    "cmt": "git add -A && git-cz",
    "changelog": "changelog",
    "chore:deps": "ncu -u && npm install --save"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lykmapipo/common.git"
  },
  "keywords": [
    "lykmapipo",
    "common",
    "utils",
    "helpers",
    "geo",
    "shapefile",
    "geojson",
    "geometry",
    "feature"
  ],
  "author": {
    "name": "lykmapipo",
    "email": "lallyelias87@gmail.com",
    "url": "https://github.com/lykmapipo"
  },
  "contributors": [
    {
      "name": "lykmapipo",
      "email": "lallyelias87@gmail.com",
      "url": "https://github.com/lykmapipo"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lykmapipo/common/issues",
    "email": "lallyelias87@gmail.com"
  },
  "homepage": "https://github.com/lykmapipo/common",
  "devDependencies": {
    "@babel/cli": "^7.15.4",
    "@babel/core": "^7.15.5",
    "@babel/node": "^7.15.4",
    "@babel/preset-env": "^7.15.4",
    "@babel/register": "^7.15.3",
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@commitlint/travis-cli": "^13.1.0",
    "@lykmapipo/test-helpers": "^0.6.23",
    "chai": "^4.3.4",
    "commitizen": "^4.2.4",
    "coveralls": "^3.1.1",
    "cz-conventional-changelog": "^3.3.0",
    "dot-prop": "^6.0.1",
    "doxdox": "^3.0.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jsdoc": "^36.0.8",
    "eslint-plugin-mocha": "^9.0.0",
    "eslint-plugin-prettier": "^4.0.0",
    "generate-changelog": "^1.8.0",
    "handlebars": "^4.7.7",
    "husky": "^7.0.2",
    "lint-staged": "^11.1.2",
    "lodash.template": "^4.5.0",
    "minimist": "^1.2.5",
    "mocha": "^9.1.1",
    "npm-check-updates": "^11.8.5",
    "nyc": "^15.1.0",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.3",
    "shelljs": "^0.8.4",
    "websocket-extensions": "^0.1.4"
  },
  "dependencies": {
    "@lykmapipo/common": ">=0.44.4",
    "@lykmapipo/env": ">=0.17.39",
    "@turf/turf": ">=6.5.0",
    "async": ">=3.2.1",
    "csv-parse": ">=4.16.3",
    "geojson-stream": ">=0.1.0",
    "geojson-validation": ">=1.0.2",
    "jsonfile": ">=6.1.0",
    "lodash": ">=4.17.21",
    "pump": ">=3.0.0",
    "shapefile": ">=0.6.6",
    "topojson-client": ">=3.1.0",
    "topojson-server": ">=3.0.1",
    "topojson-simplify": ">=3.0.3"
  },
  "engines": {
    "node": ">=14.5.0",
    "npm": ">=6.14.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ],
    "*.{md,json,yml,html}": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
