UNPKG

@allmaps/maplibre

Version:

MapLibre classes for Allmaps

75 lines (74 loc) 1.98 kB
{ "name": "@allmaps/maplibre", "version": "1.0.0-beta.39", "contributors": [ { "name": "Bert Spaan", "email": "hello@bertspaan.nl", "url": "https://bertspaan.nl" }, { "name": "Manuel Claeys Bouuaert", "email": "manuel.claeys.b@gmail.com", "url": "https://manuelclaeysbouuaert.be" } ], "description": "MapLibre classes for Allmaps", "type": "module", "exports": "./dist/index.js", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/allmaps/allmaps.git", "directory": "packages/maplibre" }, "homepage": "https://allmaps.org", "keywords": [ "iiif", "georeference", "map", "maplibre", "allmaps" ], "scripts": { "dev": "vite", "watch": "vite build --watch", "build": "vite build", "preview": "vite preview", "types": "tsc --noEmit", "build:types": "tsc --declaration --esModuleInterop", "lint": "prettier --check src && eslint src --ext .js,.ts", "format": "prettier --write src", "documentation": "remark . --output --use remark-api" }, "license": "MIT", "dependencies": { "@allmaps/project": "^1.0.0-beta.6", "@allmaps/render": "^1.0.0-beta.79", "@allmaps/stdlib": "^1.0.0-beta.38", "@allmaps/warpedmaplayer": "^1.0.0-beta.39", "maplibre-gl": "^4.5.0" }, "devDependencies": { "@allmaps/transform": "^1.0.0-beta.49", "@allmaps/types": "^1.0.0-beta.21", "@types/eslint": "^8.56.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "prettier": "^3.6.2", "remark-api": "^1.1.0", "remark-cli": "^12.0.1", "typescript": "^5.7.0", "vite": "^5.0.3", "vite-plugin-dts": "^3.8.3", "vite-plugin-no-bundle": "^4.0.0" }, "gitHead": "dfe8dc3b15ae53f3dec0627144a0778de3a51779" }