{
  "name": "@nextgis/utils",
  "version": "4.0.0",
  "description": "Common development tools",
  "main": "index.js",
  "module": "lib/utils.esm-bundler.js",
  "unpkg": "lib/utils.global.prod.js",
  "jsdelivr": "lib/utils.global.prod.js",
  "types": "lib/index.d.ts",
  "sideEffects": false,
  "devDependencies": {
    "@nextgis/build-tools": "4.0.0",
    "@types/geojson": "^7946.0.14"
  },
  "buildOptions": {
    "name": "Utils",
    "formats": [
      "esm-bundler",
      "esm-browser",
      "cjs",
      "global"
    ]
  },
  "scripts": {
    "clean": "rimraf ./lib",
    "dev": "node ../build-tools",
    "prod": "npm run dev -- --release",
    "lint": "eslint ./src/**/*.ts --fix --c ../../.eslintrc",
    "watch": "npm run dev -- --watch"
  },
  "keywords": [
    "NextGIS",
    "MAP"
  ],
  "author": "NextGIS",
  "files": [
    "index.js",
    "lib"
  ],
  "license": "MIT",
  "homepage": "https://github.com/nextgis/nextgis_frontend/tree/master/packages/utils#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextgis/nextgis_frontend.git"
  },
  "bugs": {
    "url": "https://github.com/nextgis/nextgis_frontend/issues"
  },
  "gitHead": "1e24fc57765eb2d40d30f95d456a4b8e26577cfb"
}
