@allmaps/basemap
Version:
Allmaps Basemap style for MapLibre
56 lines (55 loc) • 1.42 kB
JSON
{
"name": "@allmaps/basemap",
"version": "1.0.0-beta.8",
"author": {
"name": "Brandon Liu",
"email": "brandon@protomaps.com",
"url": "https://protomaps.com"
},
"description": "Allmaps Basemap style for MapLibre",
"type": "module",
"exports": "./dist/index.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/allmaps/allmaps.git",
"directory": "packages/basemap"
},
"homepage": "https://allmaps.org",
"keywords": [
"allmaps",
"protomaps"
],
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"types": "tsc --noEmit",
"lint": "prettier --check src && eslint src --ext .js,.ts",
"format": "prettier --write src",
"documentation": "remark . --output --use remark-api"
},
"license": "MIT",
"devDependencies": {
"@maplibre/maplibre-gl-style-spec": "^19.3.1",
"@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"
},
"dependencies": {
"@protomaps/basemaps": "^5.0.1",
"maplibre-contour": "^0.1.0",
"maplibre-gl": "^4.7.1"
},
"gitHead": "dfe8dc3b15ae53f3dec0627144a0778de3a51779"
}