{
  "name": "@centrogeomx/sisdai-mapas",
  "version": "2.5.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Mapas interactivos: Componentes de software libre para el Sistema de Diseño y Accesibilidad para la Investigación (Sisdai).",
  "main": "src/index.js",
  "license": "LGPL-3.0-only",
  "files": [
    "src"
  ],
  "type": "module",
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "scripts": {
    "build": "npm run docs:clean && vitepress build docs",
    "commit": "cz",
    "dev": "npm run docs",
    "docs": "vitepress dev docs",
    "docs:clean": "rm -rf ./docs/.vitepress/cache ./docs/.vitepress/dist",
    "docs:preview": "vitepress preview docs",
    "format": "prettier --write .",
    "format-lint": "npm run format && npm run lint",
    "lint": "eslint . --fix",
    "test:unit": "vitest",
    "prepare": "husky",
    "npm:clean": "rm -f ./package-lock.json && npm cache clean -f && npm cache verify",
    "pnpm:clean": "rm -f ./pnpm-lock.yaml ./pnpm-workspace.yaml",
    "clean": "rm -rf ./node_modules ./.husky/_ && npm run docs:clean && npm run npm:clean && npm run pnpm:clean",
    "reinstall": "npm run clean && pnpm i"
  },
  "dependencies": {
    "geoserver-api-reader": "^0.1.0",
    "html2canvas": "^1.4.1",
    "ol": "^10.9.0",
    "ol-displaced-points": "^0.4.0"
  },
  "devDependencies": {
    "@centrogeomx/sisdai-componentes": "^4.14.1",
    "@centrogeomx/sisdai-css": "^1.10.2",
    "@commitlint/cli": "^21.0.1",
    "@commitlint/config-conventional": "^21.0.1",
    "@eslint/js": "^10.0.1",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vitest/eslint-plugin": "^1.6.17",
    "@vue/eslint-config-prettier": "^10.2.0",
    "@vue/test-utils": "^2.4.10",
    "commitizen": "^4.3.1",
    "cz-conventional-changelog": "^3.3.0",
    "dotenv": "^17.4.2",
    "eslint": "^10.4.0",
    "eslint-plugin-vue": "^10.9.1",
    "globals": "^17.6.0",
    "husky": "^9.1.7",
    "jsdom": "^29.1.1",
    "lint-staged": "^17.0.5",
    "prettier": "^3.8.3",
    "shiki": "^4.1.0",
    "vite": "^8.0.13",
    "vite-plugin-vue-devtools": "^8.1.2",
    "vitepress": "^1.6.4",
    "vitest": "^4.1.7",
    "vue": "^3.5.34"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "*.{css,scss,js,jsx,md,ts,vue}": [
      "npm run format-lint"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CentroGeo/sisdai-mapas.git"
  },
  "bugs": {
    "url": "https://github.com/CentroGeo/sisdai-mapas/issues"
  },
  "keywords": [
    "vue",
    "openlayers",
    "maps",
    "Sisdai",
    "CentroGeo",
    "Conahcyt"
  ],
  "contributors": [
    "Alonso Cortés Solís <alo.acs@gmail.com> (https://github.com/AlonsoCortes)",
    "Andrés Martínez González <andres.geotec@gmail.com> (https://github.com/andres-geotec)",
    "Daniel Gómez Hernández <gomezhernandez.dan@gmail.com> (https://github.com/jdanielgoh)",
    "Diana Elizabeth Minor <deminore@hotmail.com> (https://github.com/deminore)",
    "Eric Torres <erictorres.velasco@hotmail.com> (https://github.com/ciretorres)",
    "Flkt <flkt.crnpio@gmail.com> (https://github.com/flkt-crnpio)",
    "Miguel Ángel Martínez <migueldnt.dev@gmail.com> (https://github.com/migueldnt)",
    "Paulina Pradel <pradel.paulina@gmail.com> (https://github.com/paupradel)"
  ],
  "homepage": "https://sisdai-mapas.conahcyt.mx"
}
