{
  "name": "@maps4html/mapml",
  "version": "0.17.0",
  "description": "Custom <mapml-viewer> element suite",
  "keywords": [
    "mapml-viewer",
    "mapml",
    "web-components",
    "web",
    "maps",
    "map",
    "web-map",
    "layer"
  ],
  "main": "dist/mapml.js",
  "module": "dist/mapml.js",
  "author": "Maps for HTML Community Group",
  "repository": {
    "type": "git",
    "url": "git://github.com/Maps4HTML/MapML.js.git"
  },
  "website": "http://maps4html.org/Web-Map-Doc/",
  "bugs": {
    "url": "https://github.com/Maps4HTML/MapML.js/issues"
  },
  "license": "W3C",
  "contributors": [
    {
      "name": "Maps for HTML community",
      "email": "public-maps4html@w3.org",
      "url": "https://github.com/Maps4HTML/MapML.js/graphs/contributors"
    }
  ],
  "scripts": {
    "test-serve": "node test/server.js",
    "postinstall": "npx playwright install",
    "test": "npx playwright test --retries=3 --workers=1"
  },
  "devDependencies": {
    "@playwright/test": "^1.39.0",
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-legacy": "^3.0.2",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "diff": "^5.1.0",
    "express": "^4.17.1",
    "grunt": "^1.4.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "~1.0.0",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-cssmin": "^4.0.0",
    "grunt-contrib-jshint": "~3.2.0",
    "grunt-contrib-watch": "~1.1.0",
    "grunt-html": "^15.2.2",
    "grunt-prettier": "^2.2.0",
    "leaflet": "^1.9.4",
    "leaflet.locatecontrol": "^0.81.1",
    "mapml-extension": "git+https://github.com/Maps4HTML/mapml-extension",
    "media-query-parser": "^3.0.2",
    "media-query-solver": "^0.1.3",
    "path": "^0.12.7",
    "playwright": "^1.39.0",
    "proj4": "^2.6.2",
    "proj4leaflet": "git+https://github.com/Maps4HTML/proj4leaflet.git#es-module",
    "protomaps-leaflet": "^4.0.1",
    "rollup": "^3.29.5",
    "serve-static": "^1.15.0"
  },
    "files": [
      "dist",
    "LICENSE.md",
    "README.md",
    "CONTRIBUTING.md"
    ]
}
