{
  "name": "@ccrpc/webmapgl",
  "version": "0.18.6",
  "private": false,
  "description": "Web map components using Stencil and Maplibre GL",
  "main": "dist/index.cjs.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/webmapgl/webmapgl.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec",
    "test.watch": "stencil test --spec --watchAll",
    "generate": "stencil generate",
    "release": "commit-and-tag-version",
    "lint": "eslint src/**/*{.ts,.tsx}"
  },
  "dependencies": {
    "@ionic/core": "7.2.1",
    "@mapbox/mapbox-gl-draw": "^1.4.2",
    "@stencil/core": "4.0.3",
    "@turf/helpers": "6.5.0",
    "@turf/point-on-feature": "6.5.0",
    "@types/dot": "^1.1.5",
    "@types/mapbox__mapbox-gl-draw": "^1.4.0",
    "@types/node-polyglot": "^2.4.2",
    "@types/pdfmake": "^0.2.2",
    "js-file-download": "0.4.12",
    "maplibre-gl": "3.3.0",
    "node-polyglot": "2.5.0",
    "pdfmake": "^0.2.7",
    "screenfull": "6.0.2"
  },
  "devDependencies": {
    "@stencil-community/eslint-plugin": "^0.5.0",
    "@typescript-eslint/eslint-plugin": "^6.5.0",
    "@typescript-eslint/parser": "^6.5.0",
    "commit-and-tag-version": "^11.2.3",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.48.0",
    "eslint-plugin-react": "^7.33.2",
    "typescript": "^4.9.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/ccrpc/webmapgl.git"
  },
  "author": "Champaign County Regional Planning Commission",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://gitlab.com/ccrpc/webmapgl.git"
  },
  "homepage": "https://gitlab.com/ccrpc/webmapgl.git",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "packageManager": "yarn@3.6.3"
}